Method: properties.dataStreams.eventCreateRules.delete

  • The DELETE method is used to delete an EventCreateRule.

  • The request URL includes path parameters specifying the property, data stream, and event create rule to be deleted.

  • The request body must be empty.

  • A successful response body is an empty JSON object.

  • Authorization requires the https://www.googleapis.com/auth/analytics.edit OAuth scope.

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

string

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