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>"
}

Documentation Index

Fetch the complete documentation index at: https://sourcebot-bkellam-setup-wizard.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

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