AI-generated Key Takeaways
-
This page details how to delete an EventEditRule using an HTTP DELETE request.
-
The request requires a
name
path parameter specifying the full resource name of the EventEditRule to delete. -
The request body must be empty, and a successful response body is also an empty JSON object.
-
Authorization requires the
https://www.googleapis.com/auth/analytics.edit
OAuth scope.
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