---
title: "Delete multi product."
method: DELETE
path: "/admin/products.json"
tags: ["Product"]
---

# Delete multi product.

`DELETE /admin/products.json`

Delete multi product along with all its variants and images by ids

## Path parameters

- `ids` integer, required

## Request body

- ProductDeleteMultiSwaggerRequest
  - `exclude_ids` integer[] — This field will exclude ids of product that want to keep.
  - `type` string — Use type for want delete all product with value default is all.

## Response `200`

OK

- ProductDeleteMultiSwaggerResponse
  - `status` string — Message for delete success.

---

[API](https://skmtc.net/shopbase/apis/shopbase-internal-api.md) · [All operations](https://skmtc.net/shopbase/apis/shopbase-internal-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/shopbase/shopbase-internal-api/revisions/353ccde6240d/schema)
