Delete feature
Delete a feature. Fails if the feature is attached to active plans or has an active add-on.
Delete a feature. Fails if the feature is attached to active plans or has an active add-on.
ApiKeyAuth In: header
application/json
application/json
application/json
curl -X DELETE "https://commet.co/api/v1/features/string/manage"Delete a feature. Fails if the feature is attached to active plans or has an active add-on.
Feature code or public ID
{
"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"
}
}