Disassociate a booking from a trip

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
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required
uuid
required
Responses
204

Booking detached from trip (or was already detached).

404

Trip not found

503

Database unavailable

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json