delete_reminder
Delete a specified reminder permanently. Provide the exact reminder name and optionally a list name to narrow the search.
Instructions
Delete a reminder permanently.
Args: name: The exact name of the reminder to delete. list_name: Optional list name to narrow the search.
Returns: True if the reminder was found and deleted, False otherwise.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| list_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |