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

# Delete User

`DELETE /api/users/{id}`

Delete a user by ID

## Path parameters

- `id` integer, required

## Response `203`

No Content - Deleted Successfully

---

[API](https://skmtc.net/xerions/apis/simple-app.md) · [All operations](https://skmtc.net/xerions/apis/simple-app/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/xerions/simple-app/versions/fe3d878a074d/schema)
