Skip to main content
DELETE
/
connector-tags
/
{id}
curl -X DELETE "https://api.clustr-ai.com/api/public/connector-tags/a1b2c3d4" \
  -H "Authorization: Bearer YOUR_API_KEY"
{
  "success": true,
  "data": {
    "message": "Tag deleted successfully",
    "affected_connectors": 12
  }
}
Delete a connector tag. Connectors using it are detached from the tag — the response reports how many connectors were affected.

Path Parameters

id
string
required
Tag UUID (from List Tags)
curl -X DELETE "https://api.clustr-ai.com/api/public/connector-tags/a1b2c3d4" \
  -H "Authorization: Bearer YOUR_API_KEY"
{
  "success": true,
  "data": {
    "message": "Tag deleted successfully",
    "affected_connectors": 12
  }
}