cURL
curl --request DELETE \ --url https://api.folk.app/v1/reminders/{reminderId} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "rmd_91118b73-5a75-480b-b8e3-a33671c35cdc" } }
Delete an existing reminder in the workspace.
API key for authentication
The ID of the reminder to delete.
40
The ID of the deleted reminder.
The response is of type object.
object