Delete a Particular Comment
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
if (FALSE) { # Set API token via yt_oauth() first delete_comments(id = "y3ElXcEME3lSISz6izkWVT5GvxjPu8pA") }