Skip to contents

Delete a comment

Usage

delete_comment(comment_id, verbose = TRUE, token = get_todoist_api_token())

Arguments

comment_id

id of the comment

verbose

boolean that make the function verbose

token

todoist API token

Value

NULL (invisible)

Examples

if (FALSE) { # \dontrun{
delete_comment("12345")
} # }