Reminders

Delete a reminder

Permanently delete a reminder by its ID. For recurring reminders, this stops all future occurrences.

DELETE /v1/reminders/{reminderId}

Parameters

Path parameters

reminderId
string required

Responses

200 — Successful response

Content-Type: application/json

error
boolean required
message
string required

Example

{
  "error": false,
  "message": "string"
}

400

No response body.

401

No response body.

403

No response body.

404

No response body.

429

No response body.

500

No response body.

Code samples

curl https://api.prod.getdex.com/v1/reminders/string \
  --request DELETE \
  --header 'Authorization: Bearer YOUR_API_KEY'
Copyright © 2026