Method
DELETE /v1/departures/:id
Path Parameters
Departure ID.
Query Parameters
Product ID associated with the departure (required).
Headers
Bearer token (e.g.
Authorization: Bearer YOUR_API_KEY)curl -X DELETE "https://api.voyantcloud.com/v1/departures/dep_456?productId=prod_123" \
-H "Authorization: Bearer $VOYANT_API_KEY"
{ "ok": true }
Remove a departure from a product and refresh availability.
DELETE /v1/departures/:id
Authorization: Bearer YOUR_API_KEY)curl -X DELETE "https://api.voyantcloud.com/v1/departures/dep_456?productId=prod_123" \
-H "Authorization: Bearer $VOYANT_API_KEY"
{ "ok": true }