---
title: "Delete a user"
method: DELETE
path: "/users/{id}"
tags: ["Users"]
---

# Delete a user

`DELETE /users/{id}`

Soft-deletes a user by ID.

## Path parameters

- `id` integer, required — User ID

## Response `204`

User deleted

## Other responses

- `401` — Authentication failed. The API key is missing or invalid.
- `404` — User not found
- `429` — Rate limit exceeded. Retry after the X-RateLimit-Reset interval.

---

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