AI-generated Key Takeaways
-
This document outlines how to delete a ChannelGroup on a property using an HTTP DELETE request.
-
The deletion requires a specific
name
path parameter in the request URL, formatted asproperties/*/channelGroups/*
. -
The request body must be empty, and a successful response will return an empty JSON object.
-
Deleting a ChannelGroup requires the
https://www.googleapis.com/auth/analytics.edit
authorization scope.
Deletes a ChannelGroup on a property.
HTTP request
DELETE https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/channelGroups/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. The ChannelGroup to delete. Example format: properties/1234/channelGroups/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