Version: 202601
Batch delete products
DELETE/openapi/2026-01/products
Batch delete products by their IDs.
Request
Query Parameters
product_ids string[]
List of product IDs to delete
Responses
- 200
OK
- application/json
- Schema
- Example
Schema
codestring
error code
messagestring
error message
data object
object
{
"code": "string",
"message": "string",
"data": {}
}