Delete Agent
DELETE/conversation-ai/agents/:agentId
Deletes an AI agent permanently. This action cannot be undone. All associated configurations and conversation history will be removed.
Request
Version stringrequired
API Version
Available options
v3agentId stringrequired
Conversations AI agent id
Successful response
- application/json
- Schema
- Example (auto)
Schema
successbooleanrequired
Indicates if the agent was deleted successfully.
idstringrequired
Unique identifier of the deleted agent.
{
"success": true,
"id": "emp_123"
}