DELETE
/
v1
/
user
Delete User
curl --request DELETE \
  --url https://app.enzo.health/api/v1/user \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "email": "<string>",
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Successful response

id
string
required
email
string
required
success
boolean
required