Skip to main content

Delete Site Level Extension (v2.0)

DELETE 

/sdwan/v2.0/api/sites/:site_id/extensions/:extension_id

Delete a specific extension associated with a site.

Request

Path Parameters

    site_id stringrequired

    The site ID.

    extension_id stringrequired

    The extension ID.

Responses

Successful Operation

Schema
    conf objectrequired
    disabled boolean

    List the disabled extensions.

    entity_id string

    The entity ID. Only numbers are allowed (0-9).

    id string

    The ID.

    name stringrequired

    The name of the extension. Max size = 128.

    namespace stringrequired

    The extension namespace. Values = ^[a-z][a-z0-9/]*[a-z0-9]+$

Loading...