---
title: "Cancel"
method: POST
path: "/reservations/{id}/cancels"
tags: ["Cancellations"]
---

# Cancel

`POST /reservations/{id}/cancels`

## Path parameters

- `id` string, required

## Request body

- object
  - `reason` 'FAMILY_OR_WORK_PROBLEM' | 'TRAVEL_ANOTHER_DESTINATION' | 'NATURAL_DISASTER' | 'WRONG_PURCHASE_DATA' | 'FOUND_BETTER_FLIGHT' | 'ILLNESS' | 'DEATH' | 'DUPLICATE_RESERVATION' | 'RESCHEDULED_FLIGHT' | 'CHANGE_PROBLEM' | 'CREDIT_CARD_PROBLEM' | 'RENTLER_PROBLEM' | 'OTHER' | 'HOTEL_PROBLEM' — Cancellation reason

## Response `200`

OK

- object
  - `flow_id` string — Unique identifier for this cancellation.
  - `product_id` string — ID of the product for which cancellation was requested.
  - `product_type` string — type of the product for which cancellation was requested.
  - `related_products_cancellations` string

## Other responses

- `400` — Invalid request
- `401` — Unauthorized
- `404` — Not found
- `500` — Internal server error

---

[API](https://skmtc.net/despegar/apis/decolar-booking-api.md) · [All operations](https://skmtc.net/despegar/apis/decolar-booking-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/despegar/decolar-booking-api/versions/2fb15f2434ea/schema)
