cURL
curl --request DELETE \ --url https://api.postflow.app/v1/calendar-notes/{calendarNote} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>" }
Deletes a calendar note. Optionally deletes all related grouped notes.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The calendar note ID
No content