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

# Delete user

`DELETE /auth/users/{id}`

Deletes a user by its ID

## Path parameters

- `id` integer, required

## Response `200`

OK

- MessageResponse
  - `message` string

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.net/loxilb-io/apis/loxilb-rest-api.md) · [All operations](https://skmtc.net/loxilb-io/apis/loxilb-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/loxilb-io/loxilb-rest-api/versions/45e9f0a95af0/schema)
