Method: properties.dataStreams.eventEditRules.delete
Bir EventEditRule öğesini siler.
HTTP isteği
DELETE https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/dataStreams/*/eventEditRules/*}
URL, gRPC Kod Dönüştürme söz dizimini kullanır.
Yol parametreleri
Parametreler |
name |
string
Zorunlu. Örnek biçim: properties/123/dataStreams/456/eventEditRules/789
|
İstek içeriği
İstek metni boş olmalıdır.
Yanıt gövdesi
Başarılı olursa yanıt metni boş bir JSON nesnesi olur.
Yetkilendirme kapsamları
Aşağıdaki OAuth kapsamını gerektirir:
https://www.googleapis.com/auth/analytics.edit
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-01-14 UTC.
[null,null,["Son güncelleme tarihi: 2025-01-14 UTC."],[[["This document outlines the process for deleting an Event Edit Rule using the Google Analytics Admin API."],["It specifies using an HTTP DELETE request with the appropriate path parameters for targeting the desired rule."],["The request body should remain empty while a successful operation results in an empty response body."],["Necessary authorization includes the `https://www.googleapis.com/auth/analytics.edit` scope for API access."]]],["This document outlines how to delete an EventEditRule using a `DELETE` HTTP request. The request URL is constructed with a required `name` path parameter, following a specific format. The request body must be empty. A successful deletion is indicated by an empty JSON object in the response body. Authorization requires the `https://www.googleapis.com/auth/analytics.edit` OAuth scope. The `try-it` function is available.\n"]]