DELETE
/
privacy
/
v1
/
user
cURL
curl --request DELETE \
  --url https://api.eka.care/privacy/v1/user \
  --header 'Authorization: <authorization>' \
  --header 'client-id: <client-id>'
This response does not have an example.
description: This api is used to delete the registered user account and the associated data.

Headers

Authorization
string
required
Example:

"Bearer <access_token>"

client-id
string
required
Example:

"<client_id>"

Response

202

User privacy data deletion accepted