Delete a Channel Section
Arguments
- id
Required. ID of the channel section.
- ...
Additional arguments passed to
tuber_DELETE
.
Examples
if (FALSE) { # \dontrun{
# Set API token via yt_oauth() first
delete_channel_sections(c(channel_id = "UCRw8bIz2wMLmfgAgWm903cA"))
} # }