[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-02-27 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"]]