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"
  }
}

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

200
application/json

The ID of the deleted reminder.

The response is of type object.