Method: matters.removePermissions
Usuwanie konta jako współpracownika w sprawie.
Żądanie HTTP
POST https://vault.googleapis.com/v1/matters/{matterId}:removePermissions
Adres URL używa składni transkodowania gRPC.
Parametry ścieżki
Parametry |
matterId |
string
Identyfikator sprawy.
|
Treść żądania
Treść żądania zawiera dane o następującej strukturze:
Zapis JSON |
{
"accountId": string
} |
Pola |
accountId |
string
Identyfikator konta.
|
Treść odpowiedzi
W przypadku powodzenia treść odpowiedzi to pusty obiekt JSON.
Zakresy autoryzacji
Wymaga następującego zakresu OAuth:
https://www.googleapis.com/auth/ediscovery
Więcej informacji znajdziesz w OAuth 2.0 Overview.
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-02-27 UTC.
[null,null,["Ostatnia aktualizacja: 2025-02-27 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"]]