imguR (version 1.0.3)

delete_comment: Delete a comment

Description

Delete a comment from an image

Usage

delete_comment(comment, ...)

Arguments

comment
A comment ID, perhaps returned by create_comment.
...
Other arguments passed to HTTP request functions, for example: token (an OAuth2.0 token), which is required.

Value

“imgur_basic”

Details

Delete a comment.

See Also

get_comment

create_comment

Examples

Run this code
## Not run: 
# tkn <- imgur_login()
# cmt <- create_comment("vSXfU46", comment = 'This is a test comment.')
# delete_comment(cmt, token = tkn)
# ## End(Not run)

Run the code above in your browser using DataLab