Skip to main content

Delete App/WAN Context (v2.0)

DELETE 

/v2.0/api/tenants/:tenant_id/wanoverlays/:wan_overlay_id

Create a new app/wan context.

Request

Path Parameters

    tenant_id stringrequired

    ID of the tenant.

    wan_overlay_id stringrequired

    The ID of the WAN overlay.

Responses

Successful Operation

Schema
    description

    The WAN overlay config description. Max size = 256.

    id string

    The ID of the WAN overlay.

    name stringrequired

    The WAN overlay config name. Max size = 128.

    vni int32required

    The VNI value.

Loading...