Delete a group by GUID

Permanently deletes a specific group identified by its GUID (Globally Unique Identifier). Use this endpoint when deprovisioning groups from identity providers or administrative cleanup workflows. For example, to delete the "Sales Team" group, call DELETE /scim/v2/Groups/76a01ceb-1cdf-4cfe-a02d-a20c702052c4 with a JWT containing seismic.user.manage scope. This operation is not revertible and removes the group from the tenant.

Terminology

  • GUID: Globally Unique Identifier format (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx) used for group IDs - SCIM: System for Cross-domain Identity Management, a standard protocol for managing identities across systems
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

The unique identifier (GUID - Globally Unique Identifier) of the group. Must be a valid UUID format (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx). Obtain this value from GET /scim/v2/Groups or group management operations.

Responses
204

No Content - Group successfully deleted

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/scim+json