Method: properties.searchAds360Links.delete
Menghapus SearchAds360Link di properti.
Permintaan HTTP
DELETE https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/searchAds360Links/*}
URL menggunakan sintaksis gRPC Transcoding.
Parameter jalur
Parameter |
name |
string
Wajib. Nama SearchAds360Link yang akan dihapus. Contoh format: properties/1234/SearchAds360Links/5678
|
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.edit
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 a SearchAds360Link associated with a Google Analytics 4 property."],["Requires providing the SearchAds360Link name in the request path."],["Uses an HTTP DELETE request with an empty request body."],["Needs `analytics.edit` authorization scope for successful execution."],["Returns an empty response body upon successful deletion."]]],["This document details the process of deleting a SearchAds360Link on a property via a `DELETE` HTTP request. The request URL, utilizing gRPC Transcoding, requires a `name` path parameter specifying the link's unique identifier. The request body must be empty. A successful operation returns an empty JSON object. Authorization requires the `https://www.googleapis.com/auth/analytics.edit` OAuth scope. You can \"Try it\" on the web site.\n"]]