Delete User
Deprovision a user (RFC7644 section 3.6).
Deactivates the user before deleting the SCIM record and re-syncing membership, so any role/permission computation triggered mid-deletion still sees a consistent "inactive" state rather than a half-deleted one.
Authorization
ScimBearerToken AuthorizationBearer <token>
In: header
Path Parameters
user_id*User Id
Response Body
application/json
curl -X DELETE "https://example.com/v1/scim/v2/Users/string"Empty
{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string" } ]}