AI-generated Key Takeaways
-
This page provides documentation for deleting a subproperty event filter using an HTTP DELETE request.
-
The request requires a specific URL format including the property ID and subproperty event filter ID in the path parameters.
-
The request body must be empty, and a successful response is an empty JSON object.
-
Authorization requires the
https://www.googleapis.com/auth/analytics.editOAuth scope.
Deletes a subproperty event filter.
HTTP request
DELETE https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/subpropertyEventFilters/*}
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
name |
Required. Resource name of the subproperty event filter to delete. Format: properties/property_id/subpropertyEventFilters/subpropertyEventFilter Example: properties/123/subpropertyEventFilters/456 |
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