Delete Recurring Meetings
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
Headers
Response
True if the API call succeeded; false otherwise.
Bearer authentication of the form Bearer <token>, where token is your auth token.
True if the API call succeeded; false otherwise.
Removes one or more instances of a Recurring Meeting based on the option you specify: this means
to remove a single instance, all means to remove all instances, or future means to remove all future
instances of the Recurring Meeting.
A Recurring Meeting is one that occurs on a specific regular frequency, such as Daily, Weekly, Monthly, or Yearly. To create a Recurring Meeting, you must first create a regular Meeting with the necessary information, then call one of the Create Recurring Meeting APIs. To remove an instance of a Recurring Meeting, call Delete Recurring Meeting and specify one or more instances of the Recurring Meeting.