Learn R Programming

tuber (version 2.0.0)

delete_comment: Delete a Comment

Description

Delete a Comment

Usage

delete_comment(comment_id, ...)

Value

The empty API response, invisibly.

Arguments

comment_id

Comment ID.

...

Additional arguments passed to [tuber_DELETE()].

References

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

Examples

Run this code
if (FALSE) {
delete_comment("COMMENT_ID")
}

Run the code above in your browser using DataLab