Skip to contents

Delete a Playlist Item

Usage

delete_playlist_items(id = NULL, ...)

Arguments

id

String. Required. id of the playlist item that is to be deleted

...

Additional arguments passed to tuber_DELETE.

Examples

if (FALSE) { # \dontrun{

# Set API token via yt_oauth() first

delete_playlist_items(id = "YourPlaylistItemID")
} # }