Method
DELETE /v1/products/:id/transport/options/:optionId
Path Parameters
Product ID that owns the option.
Transport option ID to delete.
Headers
Bearer token (requires
products:write).curl -X DELETE "https://api.voyantcloud.com/v1/products/prod_123/transport/options/opt_001" \
-H "Authorization: Bearer $VOYANT_API_KEY"
{
"ok": true
}
Remove a departure transport option and its legs.
DELETE /v1/products/:id/transport/options/:optionId
products:write).curl -X DELETE "https://api.voyantcloud.com/v1/products/prod_123/transport/options/opt_001" \
-H "Authorization: Bearer $VOYANT_API_KEY"
{
"ok": true
}