Skip to contents

Delete a Playlist Item

Usage

delete_playlist_item(playlist_item_id, ...)

Arguments

playlist_item_id

Playlist-item ID, not the video ID.

...

Additional arguments passed to [tuber_DELETE()].

Value

The empty API response, invisibly.

Examples

if (FALSE) { # \dontrun{
delete_playlist_item("PLAYLIST_ITEM_ID")
} # }