Skip to main content
DELETE
/
v1
/
users
/
{id}
Delete user
curl --request DELETE \
  --url https://api.lithoblocks.com/v1/users/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.lithoblocks.com/llms.txt

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

Authorizations

Authorization
string
header
required

LithoBlocks API key obtained from your organization dashboard

Path Parameters

id
string
required

Response

User deleted

success
boolean
required
message
string
required