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

# Delete user

`DELETE /admin/users/{user_id}`

Deletes a user.

## Path parameters

- `user_id` string, required

## Response `200`

OK

- DeleteUserResponse
  - `message` string, required

---

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