Version: 202607
Delete market products
DELETE/openapi/2026-07/markets/:id/products
Remove products from a market so the market stops selling them.
Request
Path Parameters
id stringrequired
Market ID
- application/json
- Body
- Example
Bodyrequired
product_idsstring[]required
Product IDs to remove from this market
{
"product_ids": [
"string"
]
}
Responses
- 200
OK
- application/json
- Schema
- Example
Schema
codestring
error code
messagestring
error message
data object
object
{
"code": "string",
"message": "string",
"data": {}
}