Delete a user

Deactivates a specific user identified by the user ID.

Request
path Parameters
id
required
string

The ID of the user to delete.

header Parameters
Idempotency-Key
required
string

Unique key used to ensure idempotent behavior.

Accept-Encoding
string

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

Content-Encoding
string

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

Responses
200

OK

204

No Content

401

Unauthorized

403

Forbidden

delete/scim/v2/Users/{id}
Request samples
Response samples
application/json
{
  • "id": "123456",
  • "userName": "johndoe",
  • "displayName": "John Doe",
  • "active": true,
  • "emails": [
    ],
  • "meta": {
    }
}