cURL
curl --request DELETE \ --url https://api.ledger.so/v1/users/{userId} \ --header 'Api-Key: <api-key>'
{ "success": true }
Delete a user. The user must have no active agents or cards.
API key for authentication. Get your key from the Dashboard.
The user ID
User deleted