[[["সহজে বোঝা যায়","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-05 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"]]