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.
Bulk-remove static company membership from an accounts list
curl -X DELETE "https://api.clustr-ai.com/api/public/lists/l1a2b3c4-.../companies" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"company_ids": ["9c4d5e6f-..."]}'
{ "success": true, "data": { "message": "Companies removed from list", "removed": 1 } }
{ "success": false, "error": { "message": "list not found", "code": "NOT_FOUND" } }