Cancellation is permanent. A cancelled reservation stays readable.
DELETE/reservations/{id}
Cancellation is permanent. A cancelled reservation stays readable.
Path parameters #
Reservation identifier.
Responses #
| Status |
Description |
204 |
Cancelled. |
Try it #
curl -X DELETE "https://api.example.com/v1/reservations/{id}" \
-H "Authorization: Bearer $TOKEN"