Skip to main content
DELETE
/
v1
/
reminders
/
{reminderId}
Delete a reminder
curl --request DELETE \
  --url https://api.folk.app/v1/reminders/{reminderId} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "rmd_91118b73-5a75-480b-b8e3-a33671c35cdc"
  }
}

Documentation Index

Fetch the complete documentation index at: https://developer.folk.app/llms.txt

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

Authorizations

Authorization
string
header
required

API key for authentication

Path Parameters

reminderId
string
required

The ID of the reminder to delete.

Required string length: 40

Response

The ID of the deleted reminder.

data
object
required
Example:
{
"id": "rmd_91118b73-5a75-480b-b8e3-a33671c35cdc"
}
deprecations
string[]
Example:
["This field is deprecated"]