Agents

Delete agent

Delete an agent permanently

DELETE
/agents/{id}
Authorization<token>

API key in the format: Bearer YOUR_API_KEY

In: header

Path Parameters

idstring

Agent ID

Formatuuid

Response Body

application/json

application/json

curl -X DELETE "https://api.chorus-ai.co/v1/agents/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{
  "success": true
}
{
  "error": "string",
  "details": [
    {}
  ]
}

Last updated on