Learn R Programming

tuber (version 2.0.0)

delete_caption: Delete a Caption Track

Description

Delete a Caption Track

Usage

delete_caption(caption_id, ...)

Value

The empty API response, invisibly.

Arguments

caption_id

Caption-track ID.

...

Additional arguments passed to [tuber_DELETE()].

References

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

Examples

Run this code
if (FALSE) {
delete_caption("y3ElXcEME3lSISz6izkWVT5GvxjPu8pA")
}

Run the code above in your browser using DataLab