Delete a Channel Section

delete_channel_sections(id = NULL, ...)

Arguments

id

Required. ID of the channel section.

...

Additional arguments passed to tuber_DELETE.

References

https://developers.google.com/youtube/v3/docs/channelSections/delete

Examples

if (FALSE) { # Set API token via yt_oauth() first delete_channel_sections(c(channel_id = "UCRw8bIz2wMLmfgAgWm903cA")) }