Learn R Programming

rtodoist (version 0.4.0)

delete_task: Delete a task

Description

Delete a task

Usage

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

Value

NULL (invisible)

Arguments

task_id

id of the task to delete

verbose

boolean that make the function verbose

token

todoist API token

Examples

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

Run the code above in your browser using DataLab