Learn R Programming

tuber (version 2.0.0)

delete_playlist: Delete a Playlist

Description

Delete a Playlist

Usage

delete_playlist(playlist_id, ...)

Value

The empty API response, invisibly.

Arguments

playlist_id

Playlist ID.

...

Additional arguments passed to [tuber_DELETE()].

References

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

Examples

Run this code
if (FALSE) {
delete_playlist("PLAYLIST_ID")
}

Run the code above in your browser using DataLab