Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Delete a connector tag
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 } }