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

# Users:Delete User

`DELETE /users/{id}`

## Path parameters

- `id` unknown, 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/dante-ai/apis/dante-ai-api.md) · [All operations](https://skmtc.net/dante-ai/apis/dante-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dante-ai/dante-ai-api/versions/38b6c9a4246d/schema)
