Learn R Programming

tuber (version 2.0.0)

delete_playlist_item: Delete a Playlist Item

Description

Delete a Playlist Item

Usage

delete_playlist_item(playlist_item_id, ...)

Value

The empty API response, invisibly.

Arguments

playlist_item_id

Playlist-item ID, not the video ID.

...

Additional arguments passed to [tuber_DELETE()].

References

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

Examples

Run this code
if (FALSE) {
delete_playlist_item("PLAYLIST_ITEM_ID")
}

Run the code above in your browser using DataLab