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