cancel_reminder
Cancel a pending reminder by providing its unique ID. Retrieve the ID from set_reminder or list_reminders to stop the reminder from firing.
Instructions
Cancel a pending reminder by its ID. Get the ID from set_reminder or list_reminders.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The reminder ID to cancel (8-character hex string). |