Skip to main content

Method

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

Path Parameters

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

Response

{
  "ok": true
}
If the addon does not exist, the API returns 404 Not Found.