Skip to main content
DELETE
/
users
/
{id-or-identifier}
Delete a user by id or identifier
curl --request DELETE \
  --url http://localhost:{port}/users/{id-or-identifier} \
  --header 'Authorization: Bearer <token>'
{
  "error": "Internal server error occurred."
}

Authorizations

Authorization
string
header
required

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

Headers

X-API-Version
enum<string>
default:v1

Your API version

Available options:
v1
Content-Type
enum<string>
Available options:
application/json,
application/xml,
application/x-www-form-urlencoded,
application/octet-stream,
application/pdf,
text/plain,
text/html,
multipart/form-data

Path Parameters

id-or-identifier
string
required

Response