Request
curl -X DELETE https://api.boty.chat/api/agents/agent_123 \
-H "Authorization: Bearer YOUR_API_KEY"
Path Parameters
Response
{
"success": true,
"message": "Agent deleted successfully"
}
Deleting an agent will also delete all associated channels and conversation history.