Skip to content

Delete a draft booking through the legacy v4 alias

DELETE
/api/v5/bookings/v4/{id}

Legacy “/v4” alias that deletes an unpaid/unprocessed draft booking owned by the member, including its item lines and addresses. Requires an API key. Returns 204 on success and 500 when the booking has already been processed.

id
required
string
/^\d+$/
Example
623630

Numeric booking ID.

Booking deleted

Missing or invalid API key

Booking not found

Booking has already been processed and cannot be deleted

object
errors
required
Any of:
Array<string>