cURL
curl -X DELETE "https://app.cotool.ai/api/agents/:agentId" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json"
Remove an agent from the system.
API Key authentication for programmatic access. Include your API key in the Authorization header as: Bearer your_api_key_here
Bearer your_api_key_here
Unique identifier of the agent to delete
Successful response - no content
Was this page helpful?