cURL
curl --request DELETE \ --url https://api.prod.getdex.com/v1/reminders/{reminderId} \ --header 'Authorization: Bearer <token>'
{ "error": true, "message": "<string>" }
Permanently delete a reminder by its ID. For recurring reminders, this stops all future occurrences.
Use your Dex API key (e.g. dex_abc123...) as the Bearer token.
Successful response
Was this page helpful?