To delete Product objects, you must include a filter. This prevents inadvertently deleting all Product objects in a store.
Note
The maximum number of products you can delete at one time is 250.
Example:
To delete products with IDs 1,2 and 3, use DELETE /v3/catalog/products?id:in=1,2,3.
Filter items by main SKU. To filter by variant SKU, see Get all variants.
Filter items by date_modified.
Filter items by date_last_imported.
Filter items by is_featured. 1 for true, 0 for false.
Pass a comma-separated list to filter by one or more product IDs.
Filter items by inventory_level.
Filter items by total_sold.
Filter items by categories.
If a product is in more than one category, using this query will not return the product. Instead use categories:in=12.
Filter items by keywords found in the name, description, or sku fields, or in the brand name.
For example requests and more information about authenticating BigCommerce APIs, see Authentication and Example Requests.
For more about BigCommerce OAuth scopes, see our Guide to API Accounts.
For a list of API status codes, see API Status Codes.
The MIME type of the response body.