DELETE
/
api
/
agents
/
{id}

Request

curl -X DELETE https://api.boty.chat/api/agents/agent_123 \
  -H "Authorization: Bearer YOUR_API_KEY"

Path Parameters

id
string
required
The agent ID

Response

{
  "success": true,
  "message": "Agent deleted successfully"
}
Deleting an agent will also delete all associated channels and conversation history.