Method: matters.holds.removeHeldAccounts
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
הסרת החשבונות שצוינו מההחזקה. הפונקציה מחזירה רשימה של סטטוסים באותו סדר כמו הבקשה.
בקשת HTTP
POST https://vault.googleapis.com/v1/matters/{matterId}/holds/{holdId}:removeHeldAccounts
כתובת ה-URL משתמשת בתחביר של Transcoding של gRPC.
פרמטרים של נתיב
פרמטרים |
matterId |
string
מזהה הפנייה.
|
holdId |
string
מזהה האישור וההחזקה.
|
גוף הבקשה
גוף הבקשה מכיל נתונים במבנה הבא:
ייצוג ב-JSON |
{
"accountIds": [
string
]
} |
שדות |
accountIds[] |
string
מזהי החשבונות שרוצים להסיר מההחזקה.
|
גוף התשובה
תגובה למחיקה בכמות גדולה של חשבונות שנמצאים בהחזקה.
אם הפעולה מצליחה, גוף התגובה מכיל נתונים במבנה הבא:
ייצוג ב-JSON |
{
"statuses": [
{
object (Status )
}
]
} |
שדות |
statuses[] |
object (Status )
רשימה של הסטטוסים של החשבונות שנמחקו. התוצאות מופיעות באותו סדר כמו הבקשה.
|
היקפי הרשאה
נדרש היקף הרשאות OAuth הבא:
https://www.googleapis.com/auth/ediscovery
מידע נוסף זמין במדריך ההרשאות.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-25 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-25 (שעון UTC)."],[],[],null,["# Method: matters.holds.removeHeldAccounts\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n - [JSON representation](#body.request_body.SCHEMA_REPRESENTATION)\n- [Response body](#body.response_body)\n - [JSON representation](#body.RemoveHeldAccountsResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nRemoves the specified accounts from a hold. Returns a list of statuses in the same order as the request.\n\n### HTTP request\n\n`POST https://vault.googleapis.com/v1/matters/{matterId}/holds/{holdId}:removeHeldAccounts`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|------------|-------------------------|\n| `matterId` | `string` The matter ID. |\n| `holdId` | `string` The hold ID. |\n\n### Request body\n\nThe request body contains data with the following structure:\n\n| JSON representation |\n|--------------------------------------|\n| ``` { \"accountIds\": [ string ] } ``` |\n\n| Fields ||\n|----------------|-------------------------------------------------------------------|\n| `accountIds[]` | `string` The account IDs of the accounts to remove from the hold. |\n\n### Response body\n\nResponse for batch delete held accounts.\n\nIf successful, the response body contains data with the following structure:\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------|\n| ``` { \"statuses\": [ { object (/workspace/vault/reference/rest/v1/operations#Status) } ] } ``` |\n\n| Fields ||\n|--------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `statuses[]` | `object (`[Status](/workspace/vault/reference/rest/v1/operations#Status)`)` A list of statuses for the deleted accounts. Results have the same order as the request. |\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/ediscovery`\n\nFor more information, see the [Authorization guide](/workspace/guides/configure-oauth-consent)."]]