Delete add-on
Soft-delete an add-on. Fails if the add-on has active subscriptions.
Soft-delete an add-on. Fails if the add-on has active subscriptions.
ApiKeyAuth In: header
application/json
application/json
application/json
curl -X DELETE "https://commet.co/api/v1/addons/string"Soft-delete an add-on. Fails if the add-on has active subscriptions.
Add-on public ID or slug
{
"success": true,
"data": {
"id": "string",
"deleted": true
}
}{
"success": false,
"error": {
"type": "validation_error",
"code": "string",
"message": "string",
"doc_url": "string",
"param": "string"
}
}{
"success": false,
"error": {
"type": "validation_error",
"code": "string",
"message": "string",
"doc_url": "string",
"param": "string"
}
}