---
title: "Bulk Delete Product"
method: DELETE
path: "/products/bulk"
tags: ["Products"]
---

# Bulk Delete Product

`DELETE /products/bulk`

To bulk delete products.<br> 批量刪除商品。

## Query parameters

- `ids[]` string

## Response `200`

OK

- object
  - `updated_product_ids` string[] — The successfully deleted product id<br>成功刪除的商品id
  - `errors` object[]
    - `message` string — The failed message<br>失敗刪除的信息
    - `id` string — The failed delete product id<br>失敗刪除的商品id

## Other responses

- `422` — Unprocessable entity error
- `500` — Server error

---

[API](https://skmtc.dev/shoplineapp/apis/shopline-open-api.md) · [All operations](https://skmtc.dev/shoplineapp/apis/shopline-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/shoplineapp/shopline-open-api/revisions/1675ac12cde7/schema)
