Cancel reminder
cancel_reminderCancel a scheduled reminder by providing its id or exact text.
Instructions
Cancels a scheduled reminder. Needs the reminder id or its exact text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| member | No | Who is asking, if known: a member id or name. Used for per-member policies and the audit trail. | |
| dry_run | No | When true, return the preview only. Nothing is written and nothing is queued. | |
| reminder | Yes | The reminder's id or its exact text. | |
| idempotency_key | No | Optional client-chosen key. Repeating a call with the same key returns the original outcome instead of acting twice. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||