Skip to main content
DELETE
/
api
/
v1
/
public
/
users
/
{uniqueId}
Delete User
curl --request DELETE \
  --url https://api.example.com/api/v1/public/users/{uniqueId} \
  --header 'Authorization: <authorization>'
Authorization
string
required
Bearer token for API authentication. Format: Bearer {{apiToken}}

Parameters

uniqueId
string
required
Unique identifier of the user to be deleted.

Status Codes

200 - OK