Skip to main content

Delete Service Label (v2.1)

DELETE 

/sdwan/v2.1/api/servicelabels/:service_label_id

Delete a service label.

Request

Path Parameters

    service_label_id stringrequired

    The ID of the service label.

Responses

Successful Operation

Schema
    description

    The description of the service label. Max size = 256.

    id string

    The ID of the service label.

    name stringrequired

    The name of the service label. Max size = 128.

    sase_properties SaseServiceLabelProperties

    The sase service label properties.

    active_sase_label boolean

    The active sase service label.

    tags string[]

    A information field that can be added to identify the service label. Maximum 10 unique tags of length 1024 each are allowed.

    type stringrequired

    Possible values: [CG_TRANSIT, NON_CG_TRANSIT, SASE]

    The network service type.

Loading...