Delete extension by ID or name

Delete an extension by its ID or by its name.

DELETE/extensions/{id_or_name}

Delete an extension by its ID or by its name.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id_or_name*string

Extension ID or extension name

Response

Extension deleted successfully

no response body.
curl -X DELETE "https://example.com/extensions/string"
Empty