Learn R Programming

rtodoist (version 0.4.0)

remove_shared_label: Remove a shared label

Description

Remove a shared label

Usage

remove_shared_label(name, verbose = TRUE, token = get_todoist_api_token())

Value

NULL (invisible)

Arguments

name

name of the shared label to remove

verbose

boolean that make the function verbose

token

todoist API token

Examples

Run this code
if (FALSE) {
remove_shared_label("label_name")
}

Run the code above in your browser using DataLab