Skip to main content
DELETE
/
connect
/
v1
/
connections
/
{connectionId}
/
flights
/
orders
/
{orderId}
Cancel a flight order
curl --request DELETE \
  --url https://api.voyant.travel/connect/v1/connections/{connectionId}/flights/orders/{orderId} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Provide either a static platform API key or an OAuth2 access token (from /connect/v1/oauth/token) as Authorization: Bearer <token>. Scopes are connect:* (e.g. connect:bookings:write).

Path Parameters

connectionId
string
required

Connection id.

orderId
string
required

Response

200 - application/json

Cancelled order.

Provider-shaped flight order.