---
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

---

[API](https://skmtc.net/sequenzy/apis/sequenzy-api.md) · [All operations](https://skmtc.net/sequenzy/apis/sequenzy-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sequenzy/sequenzy-api/versions/af1cf9620482/schema)
