Magidoc

deleteReminder
Mutation

Soft-delete a reminder so it no longer fires (sets deleted: true). Pass reminderId from getReminders or getReminder.

For vague requests ("cancel that reminder", "kill the daily one"): call getReminders first. If several reminders could match, list the candidates in chat and ask the user which reminderId to delete before calling this mutation. Confirm success after deletion.

Arguments

#

reminderId

ID !
Non-null

Response

#

Returns Boolean !.

Example

#