Learn R Programming

rtodoist (version 0.4.0)

delete_section: Delete a section

Description

Delete a section

Usage

delete_section(section_id, verbose = TRUE, token = get_todoist_api_token())

Value

NULL (invisible)

Arguments

section_id

id of the section

verbose

boolean that make the function verbose

token

todoist API token

Examples

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

Run the code above in your browser using DataLab