Back to Microsoft Booking
Connect Knoon AI with Microsoft Booking (Microsoft) to automate AI workflows.
Cancel an existing booking appointment and notify participants.
microsoftBookingCancelAppointment
BETA
Permissions
Optional permissions
There are no items to display.
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| businessId | file | Booking business. | Yes |
| appointmentId | mustache | Appointment ID to cancel. | Yes |
| matchedCustomerEmailAddress | mustache | Optional customer email that must match the appointment’s primary customer. | No |
| cancellationMessage | mustache | Optional cancellation note to include in notifications. | No |
Returns
| Name | Type | Description |
|---|---|---|
| status | string | CANCELLED or ERROR. |
| sensitive.appointmentId | string | Appointment ID. |
| sensitive.start | string | Start datetime. |
| sensitive.end | string | End datetime. |
| sensitive.isCancelled | boolean | Whether cancelled. |
| confidential.htmlLink | string | Link to view the appointment if available. |