Removes an account from a hold.
HTTP request
DELETE https://vault.googleapis.com/v1/matters/{matterId}/holds/{holdId}/accounts/{accountId}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
matterId |
The matter ID. |
holdId |
The hold ID. |
accountId |
The ID of the account to remove from the hold. |
Request body
The request body must be empty.
Response body
If successful, the response body is empty.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/ediscovery
For more information, see the Authorization guide.