[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 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"]]