---
title: "Delete Product"
method: DELETE
path: "/products/{id}"
tags: ["Products"]
---

# Delete Product

`DELETE /products/{id}`

To delete a product with open API<br>透過Open API刪除商品

## Path parameters

- `id` string, required

## Response `200`

OK

- object
  - `result` string

## Other responses

- `404` — Product not found error
- `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)
