View YouTube Analytics monetary reports for your YouTube content. This scope provides access to user activity metrics and to estimated revenue and ad performance metrics.
https://www.googleapis.com/auth/youtube
Manage your YouTube account. In the YouTube Analytics API, channel owners use this scope to manage YouTube Analytics groups and group items.
https://www.googleapis.com/auth/youtubepartner
View and manage YouTube assets and associated content on YouTube. In the YouTube Analytics API, content owners use this scope to manage YouTube Analytics groups and group items.
Parameters
The table below lists the parameters that this query supports. All of the parameters listed are query parameters.
Parameters
Required parameters
id
string Theidparameter specifies the YouTube group ID of the group that is being deleted.
Optional parameters
onBehalfOfContentOwner
string This parameter can only be used in a properlyauthorized request.Note:This parameter is intended exclusively for YouTube content partners that own and manage many different YouTube channels.
TheonBehalfOfContentOwnerparameter indicates that the request's authorization credentials identify a YouTube user who is acting on behalf of the content owner specified in the parameter value. It allows content owners to authenticate once and get access to all their video and channel data, without having to provide authentication credentials for each individual channel. The account that the user authenticates with must be linked to the specified YouTube content owner.
Request body
Do not provide a request body when calling this method.
Response
If successful, this method returns an HTTP204response code (No Content).
Errors
The API does not define any error messages that are unique to this API method. However, this method could still return general API errors listed in theerror messagedocumentation.
Try it!
Use theAPIs Explorerto call this API and see the API request and response.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],["This content describes how to delete a YouTube Analytics group using the API. A `DELETE` HTTP request is sent to the specified endpoint. Authorization is required, using one of four listed scopes. The `id` parameter, which specifies the group's ID, is mandatory. An optional `onBehalfOfContentOwner` parameter allows content owners to act on behalf of other channels. No request body is needed, and a successful deletion returns a `204` response. No unique errors are defined, general API errors can occur.\n"]]