curl --request DELETE \
--url https://app.enzo.health/api/v1/user \
--header 'Authorization: Bearer <token>'
{
"id": "<string>",
"email": "<string>",
"success": true
}
curl --request DELETE \
--url https://app.enzo.health/api/v1/user \
--header 'Authorization: Bearer <token>'
{
"id": "<string>",
"email": "<string>",
"success": true
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Successful response
The response is of type object
.