Method: matters.savedQueries.delete
HTTP リクエスト
DELETE https://vault.googleapis.com/v1/matters/{matterId}/savedQueries/{savedQueryId}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
matterId |
string
保存したクエリを削除するケースの ID。
|
savedQueryId |
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。"],[[["Deletes a specified saved query from a matter in Google Vault."],["Requires providing the matter ID and saved query ID in the request URL."],["Uses an HTTP DELETE request with an empty body."],["Requires authorization with the `https://www.googleapis.com/auth/ediscovery` scope."],["Successful deletion results in an empty response body."]]],["This document outlines how to delete a saved query using a DELETE HTTP request. The request URL targets a specific matter and saved query using `matterId` and `savedQueryId` path parameters. The request body must be empty. A successful deletion returns an empty JSON object in the response body. The operation requires the `https://www.googleapis.com/auth/ediscovery` OAuth scope for authorization. The full URL syntax includes gRPC Transcoding.\n"]]