Delete a Particular Caption Track

delete_captions(id = NULL, ...)

Arguments

id

String. Required. id of the caption track that is being retrieved

...

Additional arguments passed to tuber_DELETE.

References

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

Examples

if (FALSE) { # Set API token via yt_oauth() first delete_captions(id = "y3ElXcEME3lSISz6izkWVT5GvxjPu8pA") }