Description Usage Arguments References Examples
Delete a Playlist Item
1 | delete_playlist_items(id = NULL, ...)
|
id |
String. Required. id of the playlist item that is to be deleted |
... |
Additional arguments passed to |
https://developers.google.com/youtube/v3/docs/playlistItems/delete
1 2 3 4 5 6 7 | ## Not run:
# Set API token via yt_oauth() first
delete_playlist_items(id = "y3ElXcEME3lSISz6izkWVT5GvxjPu8pA")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.