Method: edits.listings.deleteall
Consente di eliminare tutte le schede dello Store.
Richiesta HTTP
DELETE https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/edits/{editId}/listings
L'URL utilizza la sintassi di transcodifica gRPC.
Parametri del percorso
Parametri |
packageName |
string
Nome del pacchetto dell'app.
|
editId |
string
Identificatore della modifica.
|
Corpo della richiesta
Il corpo della richiesta deve essere vuoto.
Corpo della risposta
In caso di esito positivo, il corpo della risposta è un oggetto JSON vuoto.
Ambiti di autorizzazione
Richiede il seguente ambito OAuth:
https://www.googleapis.com/auth/androidpublisher
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2024-12-17 UTC.
[null,null,["Ultimo aggiornamento 2024-12-17 UTC."],[[["Deletes all store listings for a specific app and edit using an HTTP DELETE request."],["Requires providing the package name and edit ID as path parameters in the request URL."],["The request body should be empty, and a successful response will also be empty."],["Authorization is needed using the `https://www.googleapis.com/auth/androidpublisher` OAuth scope."]]],["The content details deleting all store listings via an HTTP DELETE request to a specific URL. This action requires the `packageName` and `editId` as path parameters within the URL. The request body must be empty, and a successful deletion returns an empty JSON object. Authorization for this operation requires the `https://www.googleapis.com/auth/androidpublisher` OAuth scope. It provides the user the option to \"Try it!\".\n"]]