---
title: "Delete a user"
method: DELETE
path: "/scim/v2/Users/{id}"
tags: ["SCIM"]
---

# Delete a user

`DELETE /scim/v2/Users/{id}`

Deactivates a specific user identified by the user ID.

## Path parameters

- `id` string, required

## Headers

- `Idempotency-Key` string, required
- `Accept-Encoding` string
- `Content-Encoding` string

## Response `200`

OK

- object
  - `id` string — The unique identifier for the user resource.
  - `userName` string — The unique username of the user.
  - `displayName` string — The display name of the user, used for user interfaces and profile views.
  - `active` boolean — Indicates whether the user account is active (true) or inactive (false).
  - `emails` object[]
    - `value` string — The email address associated with the user.
    - `primary` boolean — Indicates whether this email address is the primary one for the user.
  - `meta` object
    - `resourceType` string — The type of the resource, e.g., 'User'.
    - `created` string, date-time — The date and time when the user resource was created.
    - `lastModified` string, date-time — The date and time when the user resource was last modified.

## Other responses

- `204` — No Content
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.dev/zuora/apis/api-reference.md) · [All operations](https://skmtc.dev/zuora/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/zuora/api-reference/revisions/d11e237f3e54/schema)
