powered by
Delete a Channel Section
delete_channel_sections(id = NULL, ...)
Required. ID of the channel section.
Additional arguments passed to tuber_DELETE.
tuber_DELETE
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")) }
Run the code above in your browser using DataLab