Delete a user by GUID

Permanently deletes a specific user identified by their GUID (Globally Unique Identifier). Use this endpoint when deprovisioning users from identity providers. For example, call DELETE /scim/v2/Users/76a01ceb-1cdf-4cfe-a02d-a20c702052c4 with seismic.user.manage scope. This operation is not revertible and removes the user from the tenant. To disable a user without deletion, update the active flag to false via PATCH instead.

Terminology

  • GUID: Globally Unique Identifier format (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx) used for user IDs - SCIM: System for Cross-domain Identity Management, a standard protocol for managing user identities across systems - HTTP: Hypertext Transfer Protocol; HTTP 404 indicates the userId was not found - JWT: JSON Web Token bearer token required in the Authorization header (seismic.user.manage scope)
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 user. Must be a valid UUID format (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx). Obtain this value from GET /scim/v2/Users or user management operations.

Responses
204

No Content - User 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