Method: properties.accessBindings.delete
Menghapus binding akses di akun atau properti.
Permintaan HTTP
DELETE https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/accessBindings/*}
URL menggunakan sintaksis gRPC Transcoding.
Parameter jalur
Parameter |
name |
string
Wajib. Format: - accounts/{account}/accessBindings/{accessBinding} - properties/{property}/accessBindings/{accessBinding}
|
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/analytics.manage.users
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-14 UTC.
[null,null,["Terakhir diperbarui pada 2025-01-14 UTC."],[[["Deletes an access binding, removing user or service account access to a Google Analytics 4 property or account."],["Requires specifying the access binding's resource name using the format: `accounts/{account}/accessBindings/{accessBinding}` or `properties/{property}/accessBindings/{accessBinding}`."],["Uses a DELETE request with an empty body and requires `analytics.manage.users` authorization scope."],["Upon successful deletion, the API returns an empty response body, indicating completion."]]],["This document outlines how to delete an access binding. The key action is sending a `DELETE` HTTP request to a specified URL, following gRPC Transcoding syntax. The URL contains a required path parameter, `name`, specifying the target access binding using either an account or property format. The request body must be empty. A successful deletion is confirmed by an empty JSON object in the response body. Authorization requires the `analytics.manage.users` OAuth scope.\n"]]