Delete products (bulk)
Product
Delete products (bulk)
Delete multiple products from the catalogue in a single request.
Access Control:
- Requires admin permissions with ManageProducts flag
Important Notes:
- This performs a soft delete (marks as deleted)
- Accepts 1-100 product IDs per request
- Product feature must be enabled in network settings
DELETE
Delete products (bulk)
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Array of product IDs to delete
Required array length:
1 - 100 elementsRequired string length:
1 - 100Example:
["prod-12345", "prod-67890", "prod-11111"]