# Delete User

`DELETE /Users/{id}`

## Description

Archives a user in Roam. This is a **soft delete** — the user's data is retained but they lose access.

**Roam-specific behavior:**
- The user is marked as archived (equivalent to `active: false`)
- Archived users can be reactivated via PUT or PATCH with `active: true`
- To permanently delete user data, contact Roam support

See [RFC 7644 §3.6](https://www.rfc-editor.org/rfc/rfc7644#section-3.6) for SCIM resource deletion.

## Responses

### 204 - User archived

---

*Machine-readable API documentation.*
*Full documentation: https://developer.ro.am/docs/scim/01-users-delete*
