close_task: Close (complete) a task

View source: R/tasks.R

close_taskR Documentation

Close (complete) a task

Description

Close (complete) a task

Usage

close_task(task_id, verbose = TRUE, token = get_todoist_api_token())

Arguments

task_id

id of the task to close

verbose

boolean that make the function verbose

token

todoist API token

Value

id of the closed task (invisible)

Examples

## Not run: 
close_task("12345")

## End(Not run)

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