Method: enterprises.webApps.delete
Permintaan HTTP
DELETE https://androidmanagement.googleapis.com/v1/{name=enterprises/*/webApps/*}
URL menggunakan sintaksis gRPC Transcoding.
Parameter jalur
Parameter |
name |
string
Nama aplikasi web dalam bentuk enterprises/{enterpriseId}/webApps/{packageName} .
|
Isi permintaan
Isi permintaan harus kosong.
Isi respons
Jika berhasil, isi respons adalah objek JSON kosong.
Cakupan otorisasi
Memerlukan cakupan OAuth berikut:
https://www.googleapis.com/auth/androidmanagement
Untuk mengetahui informasi selengkapnya, lihat OAuth 2.0 Overview.
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-01-30 UTC.
[null,null,["Terakhir diperbarui pada 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"]]