Path parameters
-
extension_id
string Required Id of an extension
Responses
-
200 application/json
Extension deleted successfully.
-
401 application/json
- The extension does not belong to you. (code:
extensions.unauthorised
) - Your current session does not have a user id associated with it. (code:
extensions.no_user_id
)
- The extension does not belong to you. (code:
-
404 application/json
The extension requested does not exist. (code:
extensions.not_found
) -
409 application/json
The version you sent does not match the persisted version. (code:
extensions.version_conflict
)
DELETE
/deployments/extensions/{extension_id}
curl \
--request DELETE 'https://{{hostname}}/api/v1/deployments/extensions/{extension_id}' \
--user "username:password"