Skip to contents

Delete a Playlist

Usage

delete_playlist(playlist_id, ...)

Arguments

playlist_id

Playlist ID.

...

Additional arguments passed to [tuber_DELETE()].

Value

The empty API response, invisibly.

Examples

if (FALSE) { # \dontrun{
delete_playlist("PLAYLIST_ID")
} # }