AI-generated Key Takeaways
-
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.
Deletes an EventCreateRule.
HTTP request
DELETE https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/dataStreams/*/eventCreateRules/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. Example format: properties/123/dataStreams/456/eventCreateRules/789 |
Request body
The request body must be empty.
Response body
If successful, the response body is an empty JSON object.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/analytics.edit