Skip to main content

Overview

Cancels a meeting and removes it from all attendees’ calendars.

Authentication

Requires Platform API Key in the X-API-Key header.

Request

Path Parameters

meeting_id
string
required
The meeting ID returned from the schedule call

Response

Success Response (200 OK)

Example

Notes

  • Calendar invites are automatically cancelled for all attendees
  • The meeting ID becomes invalid after cancellation
  • This action cannot be undone
  • Sends a meeting.cancelled webhook to your configured webhook URL

Webhook Notification

When a meeting is cancelled, Syncline sends a meeting.cancelled webhook:
Learn more about webhooks