Skip to main content
DELETE
/
v2
/
users
/
{user-id}
DELETE /v2/users/:user-id
curl --request DELETE \
  --url https://api.example.com/v2/users/{user-id} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Ledger API standard JWT token

Path Parameters

user-id
string
required

Response

The response is of type object.