delete
https://example.com/v1/trips//bookings/
Disassociate a booking from the trip. This endpoint does not delete the booking row; it only removes trip association metadata.
Detach a booking from the trip. The booking row itself is preserved (it becomes standalone); only the join row and any now-empty stage segment are removed.
Idempotent: a DELETE for a booking that is not (or no longer) linked to the trip returns 204 No Content so retries succeed per RFC 7231 §4.3.5. Only an unknown trip_id returns 404.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
204Booking detached from trip (or was already detached).
404Trip not found
503Database unavailable