[[["সহজে বোঝা যায়","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 an account's collaborator access from a specific matter."],["Requires a POST request to the specified endpoint with matter ID and account ID."],["Utilizes gRPC Transcoding for URL structure and needs 'ediscovery' OAuth scope for authorization."],["Upon successful execution, it returns an empty response body, signifying the collaborator removal."]]],["The provided information describes how to remove an account as a collaborator from a matter using a POST request to `https://vault.googleapis.com/v1/matters/{matterId}:removePermissions`. The `matterId`, a string, is passed as a path parameter. The request body requires a JSON object with the `accountId` to remove, also a string. A successful request returns an empty JSON object. This action requires the `https://www.googleapis.com/auth/ediscovery` OAuth scope.\n"]]