cURL
curl --request DELETE \ --url https://my.learn.ink/api/v1/users/{orgId}/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "your_unique_user_id", "deleted": true }
Permanently remove a user and their data from LearnInk
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Your LearnInk organisation ID.
The unique user identifier from your system.
Success