Method: matters.holds.accounts.delete
HTTP リクエスト
DELETE https://vault.googleapis.com/v1/matters/{matterId}/holds/{holdId}/accounts/{accountId}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
matterId |
string
案件 ID。
|
holdId |
string
保留 ID。
|
accountId |
string
保留から削除するアカウントの ID。
|
リクエストの本文
リクエストの本文は空にする必要があります。
レスポンスの本文
成功すると、レスポンスの本文は空の JSON オブジェクトになります。
認可スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/ediscovery
詳細については、OAuth 2.0 Overview をご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-02-27 UTC。
[null,null,["最終更新日 2025-02-27 UTC。"],[[["Removes an account from a specified matter's hold using the DELETE method."],["Requires specifying `matterId`, `holdId`, and `accountId` as path parameters in the request URL."],["The request body should be empty, and a successful operation results in an empty response body."],["Utilizes gRPC Transcoding syntax for constructing the URL."],["Needs authorization with the `https://www.googleapis.com/auth/ediscovery` scope."]]],["This document outlines the process of removing an account from a hold using a `DELETE` HTTP request. The request URL, structured with gRPC Transcoding syntax, requires `matterId`, `holdId`, and `accountId` path parameters. The request body must be empty. A successful operation returns an empty JSON object. Authorization requires the `https://www.googleapis.com/auth/ediscovery` OAuth scope. The operation removes a specified account from a designated hold within a given matter.\n"]]