Learn R Programming

tuber (version 1.0.1)

delete_playlist_items: Delete a Playlist Item

Description

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.

References

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

Examples

Run this code
if (FALSE) {

# Set API token via yt_oauth() first

delete_playlist_items(id = "YourPlaylistItemID")
}

Run the code above in your browser using DataLab