---
title: "Delete the user with the given ID."
method: DELETE
path: "/v1/users/{id}"
tags: ["User"]
---

# Delete the user with the given ID.

`DELETE /v1/users/{id}`

Delete a user by its ID. The user is not deleted irreversibly until the "force" parameter is set to true.

## Query parameters

- `force` boolean

## Response `204`

No Content

## Other responses

- `400` — Bad request
- `401` — Unauthorized request
- `403` — Forbidden
- `404` — The requested resource not found
- `500` — Internal Server Error

## Changes

- **2023-06-14** `1057260fde29` — 2 info
  - api tag `User` added
  - api tag `Users` removed
- **2023-06-12** `85d93a33204d` — 1 info
  - api tag `Users` added
- **2023-03-18** `f157ff402bc1` — 1 breaking
  - api removed without deprecation

[Change history](https://skmtc.dev/opcotech/apis/elemo-api/changes/v1/users/:id/delete.md)

---

[API](https://skmtc.dev/opcotech/apis/elemo-api.md) · [All operations](https://skmtc.dev/opcotech/apis/elemo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/opcotech/elemo-api/revisions/836ecb425096/schema)
