Method: grants.delete
Der Nutzer verliert den Zugriff auf das betreffende Paket oder Entwicklerkonto.
HTTP-Anfrage
DELETE https://androidpublisher.googleapis.com/androidpublisher/v3/{name=developers/*/users/*/grants/*}
Die URL verwendet die Syntax der gRPC-Transcodierung.
Pfadparameter
Parameter |
name |
string
Erforderlich. Der Name der zu löschenden Berechtigung. Format: developers/{developer}/users/{email}/grants/{packageName}
|
Anfragetext
Der Anfragetext muss leer sein.
Antworttext
Wenn der Vorgang erfolgreich abgeschlossen wurde, ist der Antworttext ein leeres JSON-Objekt.
Autorisierungsbereiche
Erfordert den folgenden OAuth-Bereich:
https://www.googleapis.com/auth/androidpublisher
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-12-17 (UTC).
[null,null,["Zuletzt aktualisiert: 2024-12-17 (UTC)."],[[["Removes a user's access to a specific package or developer account."],["Uses an HTTP DELETE request with the grant's name specified in the URL path."],["Requires an empty request body and returns an empty response body upon success."],["Needs authorization with the `https://www.googleapis.com/auth/androidpublisher` scope."]]],["This document outlines the process for revoking a user's access to a package or developer account. A `DELETE` HTTP request is sent to a specific URL using gRPC Transcoding syntax, with the `name` parameter specifying the grant to remove in the format `developers/*/users/*/grants/*`. The request body must be empty, and a successful deletion returns an empty JSON object. The process necessitates the `https://www.googleapis.com/auth/androidpublisher` authorization scope.\n"]]