---
title: "Remove User"
method: DELETE
path: "/api/users/{user_id}"
tags: ["User Accounts"]
---

# Remove User

`DELETE /api/users/{user_id}`

Removes a user and all associated data from the system.

## Path parameters

- `user_id` string, uuid, required — The user to delete.

## Response `204`

Request fulfilled, nothing follows

## Other responses

- `400` — Bad request syntax or unsupported method

---

[API](https://skmtc.net/litestar-org/apis/app.md) · [All operations](https://skmtc.net/litestar-org/apis/app/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/litestar-org/app/versions/461f3baecebb/schema)
