[[["התוכן קל להבנה","easyToUnderstand","thumb-up"],["התוכן עזר לי לפתור בעיה","solvedMyProblem","thumb-up"],["סיבה אחרת","otherUp","thumb-up"]],[["חסרים לי מידע או פרטים","missingTheInformationINeed","thumb-down"],["התוכן מורכב מדי או עם יותר מדי שלבים","tooComplicatedTooManySteps","thumb-down"],["התוכן לא עדכני","outOfDate","thumb-down"],["בעיה בתרגום","translationIssue","thumb-down"],["בעיה בדוגמאות/בקוד","samplesCodeIssue","thumb-down"],["סיבה אחרת","otherDown","thumb-down"]],["עדכון אחרון: 2025-02-06 (שעון UTC)."],[[["Removes specified accounts from a legal hold within a matter."],["Requires a matter ID, hold ID, and a list of account IDs to be removed."],["Returns a list of statuses for each account removal attempt."],["Uses the `https://www.googleapis.com/auth/ediscovery` authorization scope."]]],["This describes an API endpoint for removing accounts from a hold within a matter. A `POST` request is sent to `https://vault.googleapis.com/v1/matters/{matterId}/holds/{holdId}:removeHeldAccounts`, using the matter and hold IDs as path parameters. The request body, in JSON format, contains an array of `accountIds` to be removed. The JSON response body contains an array of `statuses` reflecting the result of each removal request, maintaining the order of the original request. It requires the OAuth scope `https://www.googleapis.com/auth/ediscovery`.\n"]]