Skip to main content
DELETE
/
v2.0
/
calendar
/
{calendarId}
Delete Calendar Event
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.

Headers

Authorization
string
required

Bearer [access_token]

Content-Type
string
required

application/json

Path Parameters

calendarId
string
required

Composite calendar ID of the form '-task' or '-appointment'.

Response

Calendar deleted.

Simple message envelope used by PUT / DELETE / finish / unfinish calendar endpoints.

message
string

Result message for the calendar operation.

Example:

"Calendar updated successfully"