Skip to main content
POST
/
intents
/
{id}
/
cancel
Cancel an intent (cannot cancel completed intents)
curl --request POST \
  --url https://api.getovra.com/intents/{id}/cancel \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "status": "cancelled"
}

Authorizations

Authorization
string
header
required

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

Headers

Idempotency-Key
string

Unique key for idempotent request handling

Path Parameters

id
string
required

Response

Intent cancelled

id
string
status
enum<string>
Available options:
cancelled