Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://api.example.com/api/users/{userId} \ --header 'Authorization: Bearer <token>'
{ "status": "ok" }
Removes a user from the organisation, deleting their memberships, invitations, and sessions.
Unique identifier of the user to remove
Confirmation that the user was removed
Operation status
ok
Was this page helpful?