POST
/
abdm
/
v1
/
consents
/
deny
curl --request POST \
  --url https://api.eka.care/abdm/v1/consents/deny \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "id": "<string>",
  "reason": "<string>"
}'
This response has no body data.

Authorizations

Authorization
string
header
required

The API requires a Bearer token (JWT) for authentication.

Body

application/json
id
string
required

Unique identifier of a consent, also called the consent ID.

reason
string

Users reason for denial in plain text