[[["התוכן קל להבנה","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 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"]]