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

# Delete user

`DELETE /users/{user_id}`

Deletes a user. By default, this operation fails if the user
still owns any content. 
To proceed, move their owned content first, or use the `force` parameter to delete
the user and their files.

## Path parameters

- `user_id` string, required

## Query parameters

- `notify` boolean
- `force` boolean

## Response `204`

Removes the user and returns an empty response.

## Other responses

- `default` — An unexpected client error.

---

[API](https://skmtc.net/box/apis/platform-api.md) · [All operations](https://skmtc.net/box/apis/platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/box/platform-api/revisions/ba8f087e1a4d/schema)
