Method: matters.holds.delete
指定した記録保持を削除し、記録保持の対象となるアカウントまたは組織部門を解除します。データが別の記録保持または保持ルールで保持されていない場合、データはパージされる可能性があります。
HTTP リクエスト
DELETE https://vault.googleapis.com/v1/matters/{matterId}/holds/{holdId}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
matterId |
string
案件 ID。
|
holdId |
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 a specified hold, potentially leading to data purging if not preserved by other means."],["Uses an HTTP DELETE request with matter and hold IDs as path parameters."],["Requires an empty request body and returns an empty response body upon success."],["Needs authorization with the `https://www.googleapis.com/auth/ediscovery` scope."]]],["This document outlines the process for removing a hold on accounts or organizational units. The core action is a `DELETE` HTTP request to `https://vault.googleapis.com/v1/matters/{matterId}/holds/{holdId}`, utilizing gRPC Transcoding. It requires two path parameters: `matterId` and `holdId`. The request body must be empty, and a successful response is an empty JSON object. This action requires the `https://www.googleapis.com/auth/ediscovery` OAuth scope. Removing the hold may lead to data purging if no other holds or rules apply.\n"]]