Method: enterprises.webApps.delete
Consente di eliminare un'app web.
Richiesta HTTP
DELETE https://androidmanagement.googleapis.com/v1/{name=enterprises/*/webApps/*}
L'URL utilizza la sintassi di transcodifica gRPC.
Parametri del percorso
Parametri |
name |
string
Il nome dell'app web nel formato enterprises/{enterpriseId}/webApps/{packageName} .
|
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/androidmanagement
Per ulteriori informazioni, consulta la sezione OAuth 2.0 Overview.
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 2025-01-30 UTC.
[null,null,["Ultimo aggiornamento 2025-01-30 UTC."],[[["Deletes a web app using the specified `name` in the URL path."],["Requires an empty request body."],["Uses the `https://www.googleapis.com/auth/androidmanagement` OAuth scope for authorization."],["Returns an empty response body upon successful deletion."]]],["This document outlines how to delete a web app using an HTTP DELETE request. The request URL, using gRPC Transcoding syntax, specifies the web app's name within an enterprise. The `name` parameter, formatted as `enterprises/{enterpriseId}/webApps/{packageName}`, is required. The request body must be empty. A successful operation returns an empty JSON object. Authorization requires the `https://www.googleapis.com/auth/androidmanagement` OAuth scope.\n"]]