---
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

## Changes

- **2017-08-10** `4677b1b2a108` — 1 info
  - api operation id `Simple.Web.UserController.delete` removed and replaced with `SimpleWeb.UserController.delete`
- **2017-04-29** `0238bcac02d7` — 1 info
  - api operation id `Simple.UserController.delete` removed and replaced with `Simple.Web.UserController.delete`
- **2017-02-26** `3d2f28418f31` — 1 info
  - api operation id `SimpleWeb.UserController.delete` removed and replaced with `Simple.UserController.delete`

[Change history](https://skmtc.dev/xerions/apis/simple-app/changes/api/users/:id/delete.md)

---

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