DELETE
/
api
/
v1
/
agents
/
{id}
curl -X DELETE https://api.ravan.ai/api/v1/agents/019d1fdb-98e9-7c87-86c7-321e2fa98733/ \
  -H "X-Api-Key: YOUR_API_KEY"
{
  "success": true,
  "message": "Agent deleted successfully"
}
This action is irreversible. The agent and its configuration will be permanently deleted. If you only want to pause it, use Update Agent Status instead.

Authorizations

X-Api-Key
string
required
Your Agni API key. Find it in your support@ravan.ai under Settings → API Keys.

Path Parameters

id
string
required
The unique UUID of the agent to delete.

Response

success
boolean
Whether the request succeeded.
message
string
Human-readable status message.
curl -X DELETE https://api.ravan.ai/api/v1/agents/019d1fdb-98e9-7c87-86c7-321e2fa98733/ \
  -H "X-Api-Key: YOUR_API_KEY"
{
  "success": true,
  "message": "Agent deleted successfully"
}

Authorizations

X-Api-Key
string
header
required

Path Parameters

id
string
required

Agent ID

Response

Successful response