---
title: "Delete a booking"
method: DELETE
path: "/bookings/{bookingId}"
tags: ["Bookings"]
---

# Delete a booking

`DELETE /bookings/{bookingId}`

Deletes a booking, cancelling the hold on the trip.

## Response `204`

Booking deleted

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.net/bump-sh-examples/apis/train-travel-api.md) · [All operations](https://skmtc.net/bump-sh-examples/apis/train-travel-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bump-sh-examples/train-travel-api/revisions/f98baa492089/schema)
