Delete an extension
DELETE/api/v1/domains/:domain_uuid/extensions/:extension_uuid
Deletes an extension within the specified domain.
Access rules:
- Caller must have access to the target domain (domain scope).
- Caller must have the
extension_deletepermission.
Request
Responses
- 200
- 401
- 403
- 404
Success
Unauthenticated
Forbidden (domain access)
Extension not found