Skip to main content
DELETE
/
opportunity-statuses
/
{id}
curl -X DELETE "https://api.clustr-ai.com/api/public/opportunity-statuses/5566db32" \
  -H "Authorization: Bearer YOUR_API_KEY"
{
  "success": true,
  "data": {
    "message": "Status deleted successfully",
    "affected_opportunities": 4
  }
}
Delete an opportunity status. Opportunities using it are detached from the status — the response reports how many opportunities were affected.

Path Parameters

id
string
required
Status UUID (from List Opportunity Statuses)
curl -X DELETE "https://api.clustr-ai.com/api/public/opportunity-statuses/5566db32" \
  -H "Authorization: Bearer YOUR_API_KEY"
{
  "success": true,
  "data": {
    "message": "Status deleted successfully",
    "affected_opportunities": 4
  }
}