Delete a Channel Section
delete_channel_sections(id = NULL, ...)
id | Required. ID of the channel section. |
---|---|
... | Additional arguments passed to |
https://developers.google.com/youtube/v3/docs/channelSections/delete
if (FALSE) { # Set API token via yt_oauth() first delete_channel_sections(c(channel_id = "UCRw8bIz2wMLmfgAgWm903cA")) }