Skip to contents

Remove a shared label

Usage

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

Arguments

name

name of the shared label to remove

verbose

boolean that make the function verbose

token

todoist API token

Value

NULL (invisible)

Examples

if (FALSE) { # \dontrun{
remove_shared_label("label_name")
} # }