Skip to main content
POST
Cancel meeting

Authorizations

x-api-key
string
header
required

Organization API key. Get it from the 11x team or from the platform.

Path Parameters

entityId
string
required

ID of the conversation whose meeting you want to manage. Voice calls use the call prefix followed by the call ID, e.g. call.abc123.

Body

application/json

Optional. Send an empty body to cancel with no extra options.

cancellationReason
string

Human-readable reason for the cancellation. May be shared with attendees by the calendar provider.

cancelSubsequentBookings
boolean

For recurring (non-seated) bookings only. When true, cancels this booking and all following occurrences in the series.

Response

Meeting cancelled.

entityId
string
required
Example:

"call.abc123"

bookingUid
string
required
status
enum<string>
required
Available options:
cancelled
Example:

"cancelled"