Method
DELETE /v1/marketplace/products/:productId/disable
Requires the catalog:write scope and workspace context.
Path Parameters
Marketplace product ID to hide.
Headers
Bearer token (e.g.
Authorization: Bearer YOUR_API_KEY)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.