Skip to main content
DELETE
Delete Booking

Delete Booking

Cancels and removes a specific booking. Depending on operator configuration, a cancellation fee may apply. Use the cancellation fee endpoint to check before deleting.

Authentication

Requires a valid customer bearer token.

Path Parameters

number
required
Numeric identifier of the booking to delete.

Response

Returns an ActionConfirmation object.
boolean
required
Whether the cancellation was successful.

Examples

Cancel a booking

TypeScript Integration