Deletes an external addon and destroys the associated cloud resource
Required permission
Project > ExternalAddons > General > Delete
Path parameters
projectId
string requiredID of the projectexternalAddonId
string requiredID of the external addon
Response body
- {object}Response object.
data
{object} requiredResult data.
API
CLI
JS Client
DELETE /v1/projects/{projectId}/external-addons/{externalAddonId}
DELETE /v1/teams/{teamId}/projects/{projectId}/external-addons/{externalAddonId}
Example response
200 OK
The operation was performed successfully.
JSON
{
"data": {}
}