Skip to main content
DELETE
Cancel a scheduled reminder

Authorizations

Authorization
string
header
required

Opaque bearer token created on your paired Android phone. The format is rfk_live_ followed by 32 URL-safe alphanumeric characters (≥160 bits of entropy). Test tokens use the rfk_test_ prefix.

Path Parameters

id
string
required

The reminder id returned by POST /v1/reminders.

Pattern: ^rmd_[0-9a-f]{32}$
Example:

"rmd_3f6e2a7c9b1d4f8e8a5b6c1d2e3f4a5b"

Response

Cancel forwarded to the phone. Does not confirm the reminder existed or was still pending — see the honesty note above.

status
enum<string>
required

Always cancel_requested. Fire-and-forget: the phone cancels its local alarm; an unknown or already-fired id is a no-op.

Available options:
cancel_requested
Example:

"cancel_requested"