Delete a Playlist
delete_playlists(id = NULL, ...)
id | String. Required. id of the playlist that is to be deleted |
---|---|
... | Additional arguments passed to |
https://developers.google.com/youtube/v3/docs/playlists/delete
if (FALSE) { # Set API token via yt_oauth() first delete_playlists(id = "y3ElXcEME3lSISz6izkWVT5GvxjPu8pA") }