Learn R Programming

tuber (version 2.0.0)

delete_channel_section: Delete a Channel Section

Description

Delete a Channel Section

Usage

delete_channel_section(section_id, ...)

Value

The empty API response, invisibly.

Arguments

section_id

Channel-section ID.

...

Additional arguments passed to [tuber_DELETE()].

References

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

Examples

Run this code
if (FALSE) {
delete_channel_section("SECTION_ID")
}

Run the code above in your browser using DataLab