delete_channel_sections: Delete Channel Sections

View source: R/delete_channel_sections.R

delete_channel_sectionsR Documentation

Delete Channel Sections

Description

Delete a Channel Section

Usage

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


## Not run: 

# Set API token via yt_oauth() first

delete_channel_sections(c(channel_id = "UCRw8bIz2wMLmfgAgWm903cA"))

## End(Not run)

soodoku/tuber documentation built on Sept. 12, 2023, 5:46 a.m.