---
title: "Get Flight Cancel Info"
method: GET
path: "/bookings/flight/{booking_id}/cancel-info"
tags: ["bookings"]
---

# Get Flight Cancel Info

`GET /bookings/flight/{booking_id}/cancel-info`

Preview flight cancellation request and auto-refund eligibility.

## Path parameters

- `booking_id` string, required

## Response `200`

Successful Response

- FlightCancelInfoResponse
  - `booking_id` string, required
  - `can_cancel` boolean, required
  - `reason` string, nullable
  - `reason_code` string, nullable
  - `auto_refund_eligible` boolean
  - `dot_24h_eligible` boolean
  - `dot_7_day_eligible` boolean
  - `refund_deadline_at` string, date-time, nullable
  - `booked_at` string, date-time, nullable
  - `first_departure_at` string, date-time, nullable
  - `charged_amount` integer
  - `charged_currency` string, nullable
  - `refund_amount` integer
  - `refund_currency` string, nullable
  - `active_request` FlightCancellationRequestInfo
    - `id` string, required
    - `status` string, required
    - `refund_status` string, required
    - `supplier_status` string, required
    - `auto_refund_eligible` boolean, required
    - `refund_review_requested` boolean
    - `requested_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/helloaxel/apis/client-api-gateway.md) · [All operations](https://skmtc.dev/helloaxel/apis/client-api-gateway/llms.txt) · [OpenAPI document](https://skmtc.dev/helloaxel/apis/client-api-gateway/revisions/5d2121d26b96?raw)
