Method: matters.holds.removeHeldAccounts
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
指定したアカウントを保留から削除します。ステータスのリストをリクエストと同じ順序で返します。
HTTP リクエスト
POST https://vault.googleapis.com/v1/matters/{matterId}/holds/{holdId}:removeHeldAccounts
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
matterId |
string
案件 ID。
|
holdId |
string
保留 ID。
|
リクエストの本文
リクエストの本文には、次の構造のデータが含まれます。
JSON 表現 |
{
"accountIds": [
string
]
} |
フィールド |
accountIds[] |
string
保留から削除するアカウントのアカウント ID。
|
レスポンスの本文
保留中のアカウントの一括削除に対するレスポンス。
成功した場合、レスポンスの本文には次の構造のデータが含まれます。
JSON 表現 |
{
"statuses": [
{
object (Status )
}
]
} |
フィールド |
statuses[] |
object (Status )
削除されたアカウントのステータスのリスト。結果はリクエストと同じ順序になります。
|
認可スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/ediscovery
詳しくは、認可ガイドをご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-25 UTC。
[null,null,["最終更新日 2025-07-25 UTC。"],[],[],null,["# Method: matters.holds.removeHeldAccounts\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n - [JSON representation](#body.request_body.SCHEMA_REPRESENTATION)\n- [Response body](#body.response_body)\n - [JSON representation](#body.RemoveHeldAccountsResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nRemoves the specified accounts from a hold. Returns a list of statuses in the same order as the request.\n\n### HTTP request\n\n`POST https://vault.googleapis.com/v1/matters/{matterId}/holds/{holdId}:removeHeldAccounts`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|------------|-------------------------|\n| `matterId` | `string` The matter ID. |\n| `holdId` | `string` The hold ID. |\n\n### Request body\n\nThe request body contains data with the following structure:\n\n| JSON representation |\n|--------------------------------------|\n| ``` { \"accountIds\": [ string ] } ``` |\n\n| Fields ||\n|----------------|-------------------------------------------------------------------|\n| `accountIds[]` | `string` The account IDs of the accounts to remove from the hold. |\n\n### Response body\n\nResponse for batch delete held accounts.\n\nIf successful, the response body contains data with the following structure:\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------|\n| ``` { \"statuses\": [ { object (/workspace/vault/reference/rest/v1/operations#Status) } ] } ``` |\n\n| Fields ||\n|--------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `statuses[]` | `object (`[Status](/workspace/vault/reference/rest/v1/operations#Status)`)` A list of statuses for the deleted accounts. Results have the same order as the request. |\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/ediscovery`\n\nFor more information, see the [Authorization guide](/workspace/guides/configure-oauth-consent)."]]