AI-generated Key Takeaways
-
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.
Deletes an EventEditRule.
HTTP request
DELETE https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/dataStreams/*/eventEditRules/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. Example format: properties/123/dataStreams/456/eventEditRules/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