Method: matters.holds.accounts.delete
בקשת HTTP
DELETE https://vault.googleapis.com/v1/matters/{matterId}/holds/{holdId}/accounts/{accountId}
כתובת ה-URL משתמשת בתחביר של Transcoding של gRPC.
פרמטרים של נתיב
פרמטרים |
matterId |
string
מזהה הפנייה.
|
holdId |
string
מזהה האישור וההחזקה.
|
accountId |
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)."],[[["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"]]