Skip to main content
DELETE
/
abdm
/
v1
/
profile
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>"
  }
}

Authorizations

Authorization
string
header
required

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

Headers

X-Pt-Id
string

Eka User ID (OID)

X-Partner-Pt-Id
string

Partner User ID

X-Hip-Id
string

Partner HIP ID

Query Parameters

oid
string

OID is used to Identify the user.

Response

No Content