Skip to contents

Delete a Video

Usage

delete_videos(id = NULL, ...)

Arguments

id

String. Required. id of the video that is to be deleted

...

Additional arguments passed to tuber_DELETE.

Examples

if (FALSE) { # \dontrun{

# Set API token via yt_oauth() first

delete_videos(id = "y3ElXcEME3lSISz6izkWVT5GvxjPu8pA")
} # }