post https://api.lucid.co/accounts/me/legalHolds//users/remove
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
Responses
204Users were correctly removed from the legal hold.
400Incorrect format or invalid parameters.
403Account does not have permission to access the API.
404The specified legal hold id was not found.