Responses
-
Extension deleted successfully.
-
- 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:
-
The extension requested does not exist. (code:
extensions.not_found
) -
The version you sent does not match the persisted version. (code:
extensions.version_conflict
)
DELETE
/deployments/extensions/{extension_id}
curl \
--request DELETE 'http://api.elastic-cloud.com/api/v1/deployments/extensions/{extension_id}'