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
}

Documentation Index

Fetch the complete documentation index at: https://docs.featherhq.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Path Parameters

calendarId
string
required

Response

Calendar deleted

success
boolean
required