R/comments.R
delete_comment.Rd
Delete a comment
delete_comment(comment_id, verbose = TRUE, token = get_todoist_api_token())
id of the comment
boolean that make the function verbose
todoist API token
NULL (invisible)
if (FALSE) { # \dontrun{ delete_comment("12345") } # }