Remove Legal Hold Users

📘

This API is exclusive to Enterprise Shield accounts

Only the account owner or a document admin can grant access to this API.

Removes users from the legal hold specified by the legalHoldId.

  • This action can only be performed for legal holds that have not started yet.

Valid Authentication Methods

API Key Grants:

  • LegalHoldEdit

OAuth 2.0 User Token Scopes:

  • account.legalhold
  • account.legalhold.users

Path Params
string
required

Unique ID of the legal hold.

Body Params
array of numbers
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.

Users*
Headers
string
required
Defaults to 1

The API version used in the request.

Responses
204

Users were correctly removed from the legal hold.

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.

Language
Credentials