Skip to main content
DELETE
/
api
/
ee
/
user
Delete a user
curl --request DELETE \
  --url https://api.example.com/api/ee/user \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>"
}
This API is only available with an active Enterprise license. Please add your license key to activate it.

Authorizations

Authorization
string
header
required

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

Query Parameters

userId
string
required

The ID of the user to delete.

Response

User deleted successfully.

success
boolean
required
message
string
required