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://docs.sourcebot.dev/llms.txt

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

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