Method: matters.savedQueries.delete
מחיקת השאילתה השמורה שצוינה.
בקשת HTTP
DELETE https://vault.googleapis.com/v1/matters/{matterId}/savedQueries/{savedQueryId}
כתובת ה-URL משתמשת בתחביר של Transcoding של gRPC.
פרמטרים של נתיב
פרמטרים |
matterId |
string
המזהה של הפנייה שממנה רוצים למחוק את השאילתה השמורה.
|
savedQueryId |
string
המזהה של השאילתה השמורה שרוצים למחוק.
|
גוף הבקשה
גוף הבקשה חייב להיות ריק.
גוף התשובה
אם הפעולה בוצעה ללא שגיאות, גוף התגובה הוא אובייקט JSON ריק.
היקפי הרשאה
נדרש היקף הרשאות OAuth הבא:
https://www.googleapis.com/auth/ediscovery
מידע נוסף זמין בOAuth 2.0 Overview.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 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"]]