delete_comment: Delete a comment

View source: R/comments.R

delete_commentR Documentation

Delete a comment

Description

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

## Not run: 
delete_comment("12345")

## End(Not run)

rtodoist documentation built on Feb. 14, 2026, 5:06 p.m.