Skip to main content
POST
/
intents
/
{id}
/
deny
Deny a pending intent
curl --request POST \
  --url https://api.getovra.com/intents/{id}/deny \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "reason": "<string>"
}
'
{
  "id": "<string>",
  "status": "denied"
}

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

Body

application/json
reason
string

Response

Intent denied

id
string
status
enum<string>
Available options:
denied