delete_channel_sections: Delete Channel Sections

Description Usage Arguments References Examples

Description

Delete a Channel Section

Usage

1

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

1
2
3
4
5
6
7
## Not run: 

# Set API token via yt_oauth() first

delete_channel_sections(c(channel_id = "UCRw8bIz2wMLmfgAgWm903cA"))

## End(Not run)

tuber documentation built on July 8, 2020, 5:49 p.m.