Method: users.delete
Menghapus semua akses pengguna ke akun developer tertentu.
Permintaan HTTP
DELETE https://androidpublisher.googleapis.com/androidpublisher/v3/{name=developers/*/users/*}
URL menggunakan sintaksis gRPC Transcoding.
Parameter jalur
Parameter |
name |
string
Wajib. Nama pengguna yang akan dihapus. Format: developers/{developer}/users/{email}
|
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/androidpublisher
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 2024-12-18 UTC.
[null,null,["Terakhir diperbarui pada 2024-12-18 UTC."],[[["Deletes a user's access to a specified developer account."],["Requires a DELETE request to the specified URL with the developer and user information as path parameters."],["The request body should be empty, and a successful response will also be empty."],["Requires authorization with the `https://www.googleapis.com/auth/androidpublisher` scope."]]],["The core function is to delete a user from a developer account using a `DELETE` HTTP request. The request URL specifies the user via the `name` path parameter in the format `developers/{developer}/users/{email}`. The request body must be empty. A successful operation returns an empty JSON object. This action requires authorization with the `https://www.googleapis.com/auth/androidpublisher` OAuth scope.\n"]]