---
title: "Delete user"
method: DELETE
path: "/users/{user_id}"
tags: ["users"]
---

# Delete user

`DELETE /users/{user_id}`

Remove the matchig user.

## Response `200`

Removed the matching user successfully.

- object
  - `success` boolean
  - `message` 'Archived'

## Other responses

- `404` — User not found.
- `default` — Generic error payload.

---

[API](https://skmtc.net/smartsheet/apis/resource-management-openapi-reference.md) · [All operations](https://skmtc.net/smartsheet/apis/resource-management-openapi-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartsheet/resource-management-openapi-reference/versions/e4c439ac13f2/schema)
