Identifiziert den Nutzer in der API-Anfrage. Bei dem Wert kann es sich um die primäre E-Mail-Adresse, die Alias-E-Mail-Adresse oder die eindeutige Nutzer-ID des Nutzers handeln.
clientId
string
Die Client-ID der Anwendung, für die das Token ausgestellt wird.
Anfragetext
Der Anfragetext muss leer sein.
Antworttext
Wenn der Vorgang erfolgreich abgeschlossen wurde, ist die Antwort eine allgemeine HTTP-Antwort, deren Format von der Methode vorgegeben wird.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 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."]]],[]]