Remove feature from plan
Detach a feature from a plan.
Detach a feature from a plan.
ApiKeyAuth In: header
application/json
application/json
curl -X DELETE "https://commet.co/api/v1/plans/string/features/string"Detach a feature from a plan.
Plan public ID
Feature public ID
{
"success": true,
"data": {
"id": "string",
"removed": true
}
}{
"success": false,
"error": {
"type": "validation_error",
"code": "string",
"message": "string",
"doc_url": "string",
"param": "string"
}
}