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.
The API requires a Bearer token (JWT) for authentication.
Unique identifier of a consent, also called the consent ID.
Users reason for denial in plain text