SCIM

Delete a user

Deactivates a specific user identified by the user ID.

delete/scim/v2/Users/{id}

Path parameters

idstring required

The ID of the user to delete.

Headers

Idempotency-Keystring required

Unique key used to ensure idempotent behavior.

Accept-Encodingstring

Indicates the response's preferred content encoding. Supported values are gzip and identity.

Content-Encodingstring

This header is returned if you specify the Accept-Encoding: gzip request header and the response contains over 1000 bytes of data.

Response

OK

idstring

The unique identifier for the user resource.

userNamestring

The unique username of the user.

displayNamestring

The display name of the user, used for user interfaces and profile views.

activeboolean

Indicates whether the user account is active (true) or inactive (false).

Changes