Bulk Delete Products
Products API
Bulk Delete Products
Delete multiple products at once from your catalog
DELETE
Bulk Delete Products
Overview
The bulk delete endpoint allows you to remove multiple products from your catalog in a single request. This is useful for cleaning up outdated products or removing products in batch.Authentication
This endpoint requires a valid JWT token in thex-auth-token header. You can find your token in the Developers section:
Query Parameters
string
required
Comma-separated list of product IDs to delete. For example:
ids=prod_12345,prod_67890,prod_11111Response
boolean
Indicates if the deletion was successful
string
A human-readable message describing the result