cURL
curl --request DELETE \ --url https://api.eka.care/abdm/v1/profile \ --header 'Authorization: Bearer <token>'
{ "code": 123, "error": "<string>", "source_error": { "code": "<string>", "message": "<string>" } }
This endpoint removes the specified ABHA profile along with all associated documents, vital records, and any other related data from the system.
The API requires a Bearer token (JWT) for authentication.
Eka User ID (OID)
Partner User ID
Partner HIP ID
OID is used to Identify the user.
No Content
Was this page helpful?