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

# Delete product

`DELETE /products/{productId}`

Deletes a product previously pushed via the Commerce API, identified by your productId. Products synced from other providers are not affected.

## Path parameters

- `productId` string, required

## Response `200`

Product deleted

- object
  - `success` boolean
  - `deleted` boolean

## Other responses

- `401` — Unauthorized
- `404` — Product not found

## Changes

- **2026-06-11** `ad2d3114269a` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/sequenzy/apis/sequenzy-api/changes/products/:productId/delete.md)

---

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