Description Usage Arguments References Examples
Delete a Particular Caption Track
1 | delete_captions(id = NULL, ...)
|
id |
String. Required. id of the caption track that is being retrieved |
... |
Additional arguments passed to |
https://developers.google.com/youtube/v3/docs/captions/delete
1 2 3 4 5 6 7 | ## Not run:
# Set API token via yt_oauth() first
delete_captions(id = "y3ElXcEME3lSISz6izkWVT5GvxjPu8pA")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.