Generic SCIM Endpoint - Delete Group

The Delete Group endpoint deletes the requested role from StrongDM.

Request

Endpoint

/provisioning/generic/v2/Groups/<ID>

HTTP method

DELETE

Path variables

Variable
Requirement
Description
Notes
Example

<ID>

Required

Role ID

Returns a 404 if the role ID is not found

r-00001

Example Request

DELETE app.strongdm.com/provisioning/generic/v2/Groups/r-00001

Response

Example success response

(Status 204)

Example response if ID is not found

{
  "schemas": ["urn:ietf:params:scim:api:messages:2.0:Error"],
  "detail": "Resource r-90a9149000b not found.",
  "status": "404"
}

Last updated

Was this helpful?