| delete_reminder | R Documentation |
Delete a reminder
delete_reminder(reminder_id, verbose = TRUE, token = get_todoist_api_token())
reminder_id |
id of the reminder |
verbose |
boolean that make the function verbose |
token |
todoist API token |
NULL (invisible)
## Not run:
delete_reminder("12345")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.