| delete_label | R Documentation |
Delete a label
delete_label(
label_id = get_label_id(label_name = label_name, token = token, create = FALSE),
label_name,
verbose = TRUE,
token = get_todoist_api_token()
)
label_id |
id of the label |
label_name |
name of the label (for lookup if label_id not provided) |
verbose |
boolean that make the function verbose |
token |
todoist API token |
NULL (invisible)
## Not run:
delete_label(label_name = "urgent")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.