MeetingBaasMeeting Baas
API ReferenceCalendars

Delete Calendar

Removes a calendar integration and cleans up associated resources including scheduled recordings

DELETE
/calendars/{uuid}

Authorization

x-meeting-baas-api-key<token>

API key for authentication

In: header

x-spoke-api-key<token>

Legacy API key for authentication (deprecated)

In: header

curl -X DELETE "https://api.meetingbaas.com/calendars/{uuid}" \
  -H "x-meeting-baas-api-key: <token>"

no content