---
title: "Remove Legal Hold Users"
method: POST
path: "/v1/accounts/me/legalHolds/{legalHoldId}/users/remove"
tags: ["Legal Holds"]
---

# Remove Legal Hold Users

`POST /v1/accounts/me/legalHolds/{legalHoldId}/users/remove`

Removes users from a specified legal hold. This action can only be performed for legal holds that have not yet started.

## Path parameters

- `legalHoldId` string, uuid, required

## Request body

- object
  - `Users` number[], required — List of user ids for users to be removed from the specified legal hold. Users must belong to the admin’s account. Max number of users per request is 200.

## Response `204`

Users were correctly removed from the legal hold.

## Other responses

- `400` — Incorrect format or invalid parameters.
- `403` — Account does not have permission to access the API.
- `404` — The specified legal hold id was not found.

---

[API](https://skmtc.net/lucid/apis/lucid-rest-api.md) · [All operations](https://skmtc.net/lucid/apis/lucid-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lucid/lucid-rest-api/revisions/6a32cb9e1aa7/schema)
