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://{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." }
De-provisions (deletes) a user by their SCIM id.
id
SCIM bearer token issued from your Cube Cloud account settings.
The unique SCIM identifier of the resource.
The user was deleted.