Skip to main content

Method

DELETE /v1/marketplace/products/:productId/disable Requires the catalog:write scope and workspace context.

Path Parameters

productId
string
required
Marketplace product ID to hide.

Headers

Authorization
string
required
Bearer token (e.g. Authorization: Bearer YOUR_API_KEY)
curl -X DELETE "https://api.voyantcloud.com/v1/marketplace/products/mp_prod_citybreaks_rome/disable" \
  -H "Authorization: Bearer YOUR_API_KEY"
{ "ok": true, "removed": true }
The operation is safe to call multiple times. If the product is already hidden, the response still returns { "removed": true } after confirming no active entry remains.