---
title: "DELETE /biome/users/{user_id}"
method: DELETE
path: "/biome/users/{user_id}"
tags: ["Biome"]
---

# DELETE /biome/users/{user_id}

`DELETE /biome/users/{user_id}`

Delete a user

This endpoint requires the permission "biome.user.write".

## Path parameters

- `user_id` string, required

## Headers

- `Authorization` string, required
- `SplinterProtocolVersion` integer

## Response `200`

User deleted successfully

- object
  - `message` string

## Other responses

- `401` — The client is unauthorized
- `404` — User with {user_id} not found
- `500` — Internal server error occurred

---

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