reminders
Delete a reminder (v2)
Permanently delete a reminder by its ID. Idempotency-Key is optional on DELETE (the operation is HTTP-idempotent by semantics). Returns { data: { affected: 1, ids: [reminderId] } }.
delete/v2/reminders/{reminderId}
Path parameters
reminderIdstring uuid required
Headers
Idempotency-Keystring
Example:01HV8N6X7K3P9Q5R2T4Y6W8Z0A
Optional. Accepted to dedupe retries on this endpoint. See apps/rest-api/src/shared/idempotency.ts.
Response
Successful response