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

# Delete user

`DELETE /api/users/{id}/`

Delete a specific Label Studio user. Only available in community edition.

<Warning>Use caution when deleting a user, as this can cause issues such as breaking the "Annotated by" filter or leaving orphaned records.</Warning>

## Path parameters

- `id` integer, required

## Response `204`

No response body

---

[API](https://skmtc.net/humansignal/apis/label-studio-api.md) · [All operations](https://skmtc.net/humansignal/apis/label-studio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/humansignal/label-studio-api/versions/1b113b8df950/schema)
