cURL
curl --request DELETE \ --url https://api.umified.com/api/v1/delete_account/ \ --header 'Authorization: Bearer <token>'
{ "message": "Your account is deleted successfully.", "status_code": 200, "destination": null }
Delete your umified account
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Response
"Your account is deleted successfully."
200
null