Skip to main content

Method

DELETE /v1/departures/:id

Path Parameters

id
uuid
Departure ID.

Query Parameters

productId
uuid
Product ID associated with the departure (required).

Headers

Authorization
string
Bearer token (e.g. Authorization: Bearer YOUR_API_KEY)

Request Example

curl -X DELETE "https://api.voyantcloud.com/v1/departures/dep_456?productId=prod_123" \
  -H "Authorization: Bearer $VOYANT_API_KEY"

Response

{ "ok": true }