Delete Group
Deprovision a group (RFC7644 section 3.6).
Authorization
ScimBearerToken AuthorizationBearer <token>
In: header
Path Parameters
group_id*Group Id
Response Body
application/json
curl -X DELETE "https://example.com/v1/scim/v2/Groups/string"Empty
{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string" } ]}