delete_reminder
Remove a reminder from your list using its ID or title. Optionally preview the deletion before executing.
Instructions
Delete an exact or uniquely matching reminder. Defaults to dry-run.
Args: identifier: Reminder id or name/title text list_name: Optional Reminders list name dry_run: Return matching reminder without deleting when true
Returns: Structured JSON with deletion details or an error message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | ||
| list_name | No | ||
| identifier | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |