---
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.dev/api-hogs/apis/swaggerdemo-app.md) · [All operations](https://skmtc.dev/api-hogs/apis/swaggerdemo-app/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/api-hogs/swaggerdemo-app/revisions/d085f7b08cd3/schema)
