delete_playlist_items: Delete a Playlist Item

Description Usage Arguments References Examples

Description

Delete a Playlist Item

Usage

1

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

1
2
3
4
5
6
7
## Not run: 

# Set API token via yt_oauth() first

delete_playlist_items(id = "y3ElXcEME3lSISz6izkWVT5GvxjPu8pA")

## End(Not run)

tuber documentation built on July 8, 2020, 5:49 p.m.