Cancel a booking

Cancel a confirmed booking. Sets the status to cancelled and triggers the booking.cancelled webhook event.

Cancelling a booking frees up the time slot, making it available for new bookings.

Authentication

AuthorizationBearer
API key authentication. Pass your key as a Bearer token: ``` Authorization: Bearer sk_live_xxxxxxxxxxxxxxxxxxxx ``` Get your API key from the [Slotflow Dashboard](https://app.slotflow.dev).

Path parameters

bookingIdstringRequiredformat: "uuid"
The ID of the booking to cancel

Response

Booking cancelled
idstringformat: "uuid"
statusenum
Allowed values:

Errors

404
Not Found Error