AI-generated Key Takeaways
-
The endpoint
DELETE https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/expandedDataSets/*}
is used to delete an ExpandedDataSet on a property. -
The request uses gRPC Transcoding syntax and requires a
name
parameter in the path specifying the property and ExpandedDataSet to delete. -
The request body must be empty, and a successful response body will also be an empty JSON object.
-
Deleting an ExpandedDataSet requires the OAuth scope
https://www.googleapis.com/auth/analytics.edit
.
Deletes a ExpandedDataSet on a property.
HTTP request
DELETE https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/expandedDataSets/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. Example format: properties/1234/expandedDataSets/5678 |
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