---
title: "Changes to Delete a booking"
method: DELETE
path: "/bookings/{bookingId}"
---

# Changes to Delete a booking

`DELETE /bookings/{bookingId}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 2 of 42 revisions.

- **2024-10-16** `5c1810762d13` — 6 breaking
- **2024-03-06** `586db3b230d3` — 1 info

## Changes

- **2024-10-16** `5c1810762d13` — 6 breaking
  - the response's body type changed from no type to `object` for status `400` (media type: application/problem+json)
  - the response's body type changed from no type to `object` for status `401` (media type: application/problem+json)
  - the response's body type changed from no type to `object` for status `403` (media type: application/problem+json)
  - the response's body type changed from no type to `object` for status `404` (media type: application/problem+json)
  - the response's body type changed from no type to `object` for status `429` (media type: application/problem+json)
  - the response's body type changed from no type to `object` for status `500` (media type: application/problem+json)
- **2024-03-06** `586db3b230d3` — 1 info
  - endpoint added

---

[Operation](https://skmtc.dev/bump-sh-examples/apis/train-travel-api/docs/bookings/:bookingId/delete.md) · [API](https://skmtc.dev/bump-sh-examples/apis/train-travel-api.md) · [Page](https://skmtc.dev/bump-sh-examples/apis/train-travel-api/changes/bookings/:bookingId/delete)
