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