Identifica l'utente nella richiesta API. Il valore può essere l'indirizzo email principale, l'indirizzo email dell'alias o l'ID utente univoco dell'utente.
clientId
string
L'ID client dell'applicazione a cui viene emesso il token.
Corpo della richiesta
Il corpo della richiesta deve essere vuoto.
Corpo della risposta
Se l'esito è positivo, la risposta è una risposta HTTP generica il cui formato è definito dal metodo.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 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."]]],[]]