Skip to contents

Delete a Channel Section

Usage

delete_channel_section(section_id, ...)

Arguments

section_id

Channel-section ID.

...

Additional arguments passed to [tuber_DELETE()].

Value

The empty API response, invisibly.

Examples

if (FALSE) { # \dontrun{
delete_channel_section("SECTION_ID")
} # }