cURL
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>" ] }'
This response does not have an example.
This endpoint is used to revoke the consent
provides.consent_artefact_id
The API requires a Bearer token (JWT) for authentication.
Partner user ID
Partner HIP ID
OID is used to Identify the user.
No Content
Was this page helpful?