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 | |
---|---|
matter |
The matter ID. |
hold |
The hold ID. |
account |
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 an empty JSON object.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/ediscovery
For more information, see the OAuth 2.0 Overview.