Skip to contents

Delete a comment by its ID. Only the comment author can delete it. Requires authentication.

Usage

api_delete_comment(comment_id)

Arguments

comment_id

Comment ID

Value

Invisibly, the API response.

Examples

if (FALSE) { # \dontrun{
api_delete_comment("c_abc123")
} # }