Delete Agent
DELETE /api/v3/organizations/{organisation}/ai/agents/{agentId}
DELETE
/api/v3/organizations/{organisation}/ai/agents/{agentId}
Permanently deletes an AI agent. This action cannot be undone.
Authorizations
Parameters
Path Parameters
organisation
required
string
The organisation ID
agentId
required
string format: uuid
The agent ID
Responses
200
Agent deleted successfully
object
success
boolean
true message
string
Agent deleted successfully403
Access denied
404
Agent not found
500
Failed to delete agent