Skip to main content

Method

DELETE /v1/products/:id/transport/options/:optionId

Path Parameters

id
uuid
Product ID that owns the option.
optionId
uuid
Transport option ID to delete.

Headers

Authorization
string
Bearer token (requires products:write).

Request Example

curl -X DELETE "https://api.voyantcloud.com/v1/products/prod_123/transport/options/opt_001" \
  -H "Authorization: Bearer $VOYANT_API_KEY"

Response

{
  "ok": true
}
Deleting an option cascades to its legs. Use the update endpoint if you only need to change details.