Skip to main content
DELETE
/
api
/
v1
/
organizations
/
{organizationID}
/
users
/
{userID}
Delete user
curl --request DELETE \
  --url https://identity.nks.europe-west4.nscale.com/api/v1/organizations/{organizationID}/users/{userID} \
  --header 'Authorization: Bearer <token>'
{
  "error": "access_denied",
  "error_description": "authentication failed"
}

Documentation Index

Fetch the complete documentation index at: https://docs.nscale.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Operation requires OAuth 2.0 bearer token authentication.

Path Parameters

organizationID
string
required

An organization ID.

userID
string
required

A user ID.

Response

User removed and all groups disassociated with the user.