POST
/
abdm
/
v1
/
consents
/
revoke
curl --request POST \
  --url https://api.eka.care/abdm/v1/consents/revoke \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "consent_artefacts": [
    "<string>"
  ],
  "pin_detail": {
    "pin": "1234"
  }
}'
This response has no body data.

Getting list of consent artefact ids

Details API has the list of consent artefacts under the key provides.consent_artefact_id.

Authorizations

Authorization
string
header
required

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

Body

application/json

List of consent artefacts to be revoked.

pin_detail
object