Learn R Programming

rtodoist (version 0.4.0)

delete_comment: Delete a comment

Description

Delete a comment

Usage

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

Value

NULL (invisible)

Arguments

comment_id

id of the comment

verbose

boolean that make the function verbose

token

todoist API token

Examples

Run this code
if (FALSE) {
delete_comment("12345")
}

Run the code above in your browser using DataLab