Skip to main content
DELETE
/
api
/
v1
/
users
/
{orgId}
/
{id}
Delete user
curl --request DELETE \
  --url https://my.learn.ink/api/v1/users/{orgId}/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "your_unique_user_id",
  "deleted": true
}
This page is auto-generated from our OpenAPI specification.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

orgId
string
required

Your LearnInk organisation ID.

id
string
required

The unique user identifier from your system.

Response

Success

id
string
required
deleted
boolean
required