delete_reminder
Delete one or more server-side reminders by ID. Removes only the server-side entry; task-associated reminders may reappear in the app. Best for standalone reminders or orphaned entries.
Instructions
Delete one or more server-side reminders. Note: for a reminder that belongs to a task (set in the app), only the server-side entry is removed — the task document's reminder fields are not cleared, so the app may show it as active and recreate it. Prefer using this against standalone reminders (type 'M') or to clean up orphaned entries from get_reminders.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reminder_ids | Yes | IDs of reminders to delete |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||