Skip to main content
DELETE
/
v1
/
users
/
{userId}
Delete user
curl --request DELETE \
  --url https://api.ledger.so/v1/users/{userId} \
  --header 'Api-Key: <api-key>'
{
  "success": true
}

Authorizations

Api-Key
string
header
required

API key for authentication. Get your key from the Dashboard.

Path Parameters

userId
string
required

The user ID

Response

User deleted

success
boolean