Identyfikuje użytkownika w żądaniu do interfejsu API. Może to być podstawowy adres e-mail użytkownika, alias adresu e-mail lub unikalny identyfikator użytkownika.
clientId
string
Identyfikator klienta aplikacji, dla której wydawany jest token.
Treść żądania
Treść żądania musi być pusta.
Treść odpowiedzi
Jeśli operacja się uda, będzie to ogólna odpowiedź HTTP, której format jest zdefiniowany przez metodę.
[[["Ł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: 2024-08-29 UTC."],[[["This operation deletes all access tokens issued to an application by a specific user."],["It requires the `https://www.googleapis.com/auth/admin.directory.user.security` OAuth scope for authorization."],["The request is made via `DELETE` to the specified URL, including the user's key and the client ID of the application."],["The request body should be empty and a successful response will be a standard HTTP response for the method."]]],[]]