DELETE
/
v2
/
users
/
{email}
cURL
curl --request DELETE \
  --url https://api.pelanor.io/v2/users/{email} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

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

Path Parameters

email
string
required

Response

200
application/json

A successful response.

The response is of type object.