Skip to content

Delete Agent

DELETE
/api/v3/organizations/{organisation}/ai/agents/{agentId}
curl --request DELETE \
--url https://dashboard.quantcdn.io/api/v3/organizations/example/ai/agents/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0 \
--header 'Authorization: Bearer <token>'

Permanently deletes an AI agent. This action cannot be undone.

organisation
required
string

The organisation ID

agentId
required
string format: uuid

The agent ID

Agent deleted successfully

Media typeapplication/json
object
success
boolean
message
string
Example
{
"success": true,
"message": "Agent deleted successfully"
}

Access denied

Agent not found

Failed to delete agent