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

# Delete user

`DELETE /api/auth/admin/users/{user_id}`

Deletes a user.

## Path parameters

- `user_id` string, required

## Response `200`

OK

- DeleteUserResponse
  - `message` string, required

## Changes

- **2026-07-08** `2ff1d8d3f239` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/authula/apis/authula-api/changes/api/auth/admin/users/:user_id/delete.md)

---

[API](https://skmtc.dev/authula/apis/authula-api.md) · [All operations](https://skmtc.dev/authula/apis/authula-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/authula/authula-api/revisions/412511d2cc9d/schema)
