cURL
curl --request DELETE \ --url https://app.ledger.ai/api/users/:id \ --header 'Authorization: Bearer <token>'
{}
User Item API
🚨 Gate errors: Only administrators can delete user accounts
Only administrators can delete user accounts
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Delete item with the given ids: [ id ]
Successful response
The response is of type object.
object
Was this page helpful?