delete_reply: delete a reply

Description Usage Arguments See Also

View source: R/replies.R

Description

when provided with the relevant file, comment and reply IDs, delete_reply allows you to trash a reply. Note that this is irrevocable.

Usage

1
delete_reply(file_id, comment_id, reply_id, ...)

Arguments

file_id

the ID of a file - or the full URL for accessing it via your browser. See file_metadata for further discussion.

comment_id

the ID of a comment, which can be easily retrieved with list_comments

reply_id

the ID of a comment, which can be easily retrieved with list_replies or get_reply

...

further arguments to pass to httr's DELETE

See Also

get_reply or list_replies, for retrieving the metadata (including reply ID) from a specific reply or all replies to a comment, respectively.


noamross/driver documentation built on May 23, 2019, 9:30 p.m.