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

# Delete user by id

`DELETE /users/{id}`

Delete the user with the specified id

## Path parameters

- `id` string, uuid, required

## Response `204`

No Content

## Other responses

- `404` — Not Found

## Changes

- **2024-06-07** `5ea1c0d602b9` — 1 breaking
  - added the pattern `^[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$` to the `path` request parameter `id`
- **2024-06-04** `578e8efc5755` — 2 info
  - the endpoint scheme security `jwt` was removed from the API
  - removed the pattern `^[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$` from the `path` request parameter `id`

[Change history](https://skmtc.dev/pai-os/apis/personal-artificial-intelligence-operating-system-pai-os-api/changes/users/:id/delete.md)

---

[API](https://skmtc.dev/pai-os/apis/personal-artificial-intelligence-operating-system-pai-os-api.md) · [All operations](https://skmtc.dev/pai-os/apis/personal-artificial-intelligence-operating-system-pai-os-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pai-os/personal-artificial-intelligence-operating-system-pai-os-api/revisions/7bc6580b8dcd/schema)
