Method: matters.holds.delete
הסרת ההחזקה שצוינה ושחרור החשבונות או היחידה הארגונית שהוחזקו. אם הנתונים לא נשמרים באמצעות החזקה או כלל שמירה אחר, יכול להיות שהם יימחקו לצמיתות.
בקשת HTTP
DELETE https://vault.googleapis.com/v1/matters/{matterId}/holds/{holdId}
כתובת ה-URL משתמשת בתחביר של Transcoding של gRPC.
פרמטרים של נתיב
פרמטרים |
matterId |
string
מזהה הפנייה.
|
holdId |
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-06 (שעון UTC).
[null,null,["עדכון אחרון: 2025-02-06 (שעון 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"]]