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.
Remove a tier and clear it off every account that carried it
curl -X DELETE "https://api.clustr-ai.com/api/public/tenant-tiers/1a2b3c4d-..." \ -H "Authorization: Bearer YOUR_API_KEY"
{ "success": true, "data": { "message": "Tier deleted successfully", "affected_accounts": 12 } }
{ "success": false, "error": { "message": "tier not found", "code": "NOT_FOUND" } }