Skip to main content
DELETE
/
scim
/
v2
/
Groups
/
{id}
Delete group
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."
}

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 group was deleted.