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/Groups/{id} \ --header 'Authorization: Bearer <token>'
{ "schemas": [ "urn:ietf:params:scim:api:messages:2.0:Error" ], "status": "404", "detail": "Resource not found." }
Deletes a group by its SCIM id. Member users are not deleted.
id
SCIM bearer token issued from your Cube Cloud account settings.
The unique SCIM identifier of the resource.
The group was deleted.