Deletes a Task or Appointment by its composite ID. The response body is a simple message envelope.
curl --request DELETE \
--url https://api.lofty.com/v2.0/calendar/{calendarId} \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>'{
"message": "Calendar updated successfully"
}Documentation Index
Fetch the complete documentation index at: https://developer.lofty.com/llms.txt
Use this file to discover all available pages before exploring further.
Composite calendar ID of the form '-task' or '-appointment'.
Calendar deleted.
Simple message envelope used by PUT / DELETE / finish / unfinish calendar endpoints.
Result message for the calendar operation.
"Calendar updated successfully"
curl --request DELETE \
--url https://api.lofty.com/v2.0/calendar/{calendarId} \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>'{
"message": "Calendar updated successfully"
}