Delete a calendar
Retires the calendar so nothing books into it again.
It refuses while people still have appointments on it, answering 409 with upcomingCount, so a calendar cannot quietly strand everyone who already booked. Pass force=true to go ahead anyway: the upcoming appointments are cancelled, and cancelling a booking tells the attendee.
Cookie-auth callers must send the x-csrf-token header.
Required API key scope: projects:write.
Authorizations
Send your API key as Authorization: Bearer YOUR_API_KEY.
Path Parameters
The calendar id.
1Query Parameters
The sub-account this calendar belongs to. It is the only thing that identifies the tenant here, and access is re-checked against it on every call.
Cancel the upcoming appointments and delete anyway.
true 