Duffel API Cancelling an order guide

Number of APIs: 3

This collection is for the Cancelling an order guide.

Overview

The order cancellation process happens in 3 steps: 1. You request a cancellation refund quote 2. You confirm your cancellation 3. You validate your order was cancelled

  1. Create cancellation refund quote POST https://api.duffel.com/air/order_cancellations

  2. Confirm cancellation POST https://api.duffel.com/air/order_cancellations/{{ORDER_CANCELLATION_ID}}/actions/confirm

  3. Validate cancellation GET https://api.duffel.com/air/orders/{{ORDER_ID}}