> ## Documentation Index
> Fetch the complete documentation index at: https://docs.komerza.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Bulk Delete Products

> Deletes multiple products in one request. This will delete all variants, files, images, and reviews
associated with each product. Products that don't exist are silently skipped.
Requires the `stores.products.delete` permission.

<Warning>
  **Irreversible, across every product in the request.** Each one loses its
  variants, custom fields, volume discounts, images and reviews.

  Files already delivered to customers are kept. To hide products rather than
  destroy them, bulk-update their privacy instead.
</Warning>


## API Specification

The full API specification for this endpoint is available in the [documentation index](https://docs.komerza.com/llms.txt).
