Skip to main content

Method

DELETE /v1/products/:id/transport/configs/:configId

Path Parameters

id
uuid
Product ID that owns the config.
configId
uuid
Transport config 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/configs/cfg_001" \
  -H "Authorization: Bearer $VOYANT_API_KEY"

Response

{
  "ok": true
}
Deleting a config removes all associated legs. Re-create the config if you need to restore it later.