delete
https://api.seismic.com/scim/v2/Users/
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
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
204No Content - User successfully deleted