Skip to main content
DELETE
/
agents
/
{id}
Delete agent (cascades to card, policy, tokens)
curl --request DELETE \
  --url https://api.getovra.com/agents/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "id": "<string>"
}

Authorizations

Authorization
string
header
required

API key (sk_...) or Agent token (at_...)

Path Parameters

id
string
required

Response

Agent deleted

success
boolean
id
string