Skip to main content
DELETE
/
scim
/
v2
/
Groups
Delete a group
curl --request DELETE \
  --url https://paradigm.lighton.ai/scim/v2/Groups \
  --header 'Authorization: Bearer <token>'
{
  "schemas": [
    "urn:ietf:params:scim:api:messages:2.0:Error"
  ],
  "detail": "Unauthorized",
  "status": 401
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Group successfully deleted