Skip to main content
DELETE
/
api
/
reminders
/
{reminderId}
Delete (complete) a reminder
curl --request DELETE \
  --url https://your-instance.example.com/api/reminders/{reminderId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "Reminder deleted successfully"
}

Documentation Index

Fetch the complete documentation index at: https://docs.tetherai.ca/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

reminderId
string
required

Response

Reminder deleted successfully

success
enum<boolean>
required
Available options:
true
message
string