[[["समझने में आसान है","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 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"]]