Skip to main content
DELETE
/
scim
/
v2
/
Users
/
{id}
Delete user
curl --request DELETE \
  --url https://{tenant}.cubecloud.dev/api/scim/v2/Users/{id} \
  --header 'Authorization: Bearer <token>'
{
  "schemas": [
    "urn:ietf:params:scim:api:messages:2.0:Error"
  ],
  "status": "404",
  "detail": "Resource not found."
}

Authorizations

Authorization
string
header
required

SCIM bearer token issued from your Cube Cloud account settings.

Path Parameters

id
string
required

The unique SCIM identifier of the resource.

Response

The user was deleted.