Close a task

complete(string: id)

const myClient // an authorized client instance
myClient.task.close("valid_id") // the task is marked as completed in the todoist servers

Last updated