---
title: "Users:Delete User"
method: DELETE
path: "/api/users/{id}"
tags: ["users"]
---

# Users:Delete User

`DELETE /api/users/{id}`

## Path parameters

- `id` string, required

## Response `204`

Successful Response

## Other responses

- `401` — Missing token or inactive user.
- `403` — Not a superuser.
- `404` — The user does not exist.
- `422` — Validation Error

---

[API](https://skmtc.net/okio-ai/apis/nendo-server.md) · [All operations](https://skmtc.net/okio-ai/apis/nendo-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/okio-ai/nendo-server/versions/a044a48565cb/schema)
