POST
/reminders.deleteDelete a reminder
Deletes a reminder. Supply the reminder identifier in reminder and provide the authentication token when required by the authorization context. The response confirms deletion.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
tokenstringoptional
Authentication token with the `reminders:write` scope.
Form-encoded reminder deletion details.
reminderstringoptional
The ID of the reminder
200Confirms that the reminder was deleted successfully.
okbooleanrequired
defaultTypical error response
callstackstringoptional
Note: PHP callstack is only visible in dev/qa
errorstringrequired
okbooleanrequired
Error handling
The token must grant the reminders:write scope when authentication is required. reminder must identify an existing reminder that the authenticated user can delete.