---
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.dev/usesecuro/apis/securo.md) · [All operations](https://skmtc.dev/usesecuro/apis/securo/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/usesecuro/securo/revisions/1df3dfa0c028/schema)
