Skip to main content
DELETE
/
api
/
v1
/
calendars
/
{calendarId}
Delete a calendar
curl --request DELETE \
  --url https://prod.featherhq.com/api/v1/calendars/{calendarId} \
  --header 'X-API-Key: <api-key>'
{
  "success": true
}

Authorizations

X-API-Key
string
header
required

Path Parameters

calendarId
string
required

Response

Calendar deleted

success
boolean
required