Method: properties.dataStreams.eventCreateRules.delete
Löscht eine EventCreateRule.
HTTP-Anfrage
DELETE https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/dataStreams/*/eventCreateRules/*}
Die URL verwendet die Syntax der gRPC-Transcodierung.
Pfadparameter
Parameter |
name |
string
Erforderlich. Beispielformat: properties/123/dataStreams/456/eventCreateRules/789
|
Anfragetext
Der Anfragetext muss leer sein.
Antworttext
Wenn der Vorgang erfolgreich abgeschlossen wurde, ist der Antworttext ein leeres JSON-Objekt.
Autorisierungsbereiche
Erfordert den folgenden OAuth-Bereich:
https://www.googleapis.com/auth/analytics.edit
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2025-01-14 (UTC).
[null,null,["Zuletzt aktualisiert: 2025-01-14 (UTC)."],[[["Deletes an existing EventCreateRule associated with a Google Analytics 4 property and data stream."],["The request requires specifying the full resource name of the EventCreateRule in the URL path."],["An empty request body and a successful response with an empty body indicate successful deletion."],["Authorization requires the `analytics.edit` scope to allow modifications to Google Analytics resources."]]],["The core action is deleting an EventCreateRule via a DELETE HTTP request to a specific URL, using gRPC Transcoding syntax. The URL requires a `name` parameter in the format `properties/*/dataStreams/*/eventCreateRules/*`. The request body must be empty. A successful response returns an empty JSON object. This action requires the OAuth scope: `https://www.googleapis.com/auth/analytics.edit`. Path parameters, request body and response body are described to complete this action.\n"]]