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

# Delete a single product

`DELETE /products/{product_id}`

Deletes a single product. If a variant ID is provided, that single variant is removed.

🔒 Requires: `products:write` scope

## Path parameters

- `product_id` string, required

## Response `200`

OK

---

[API](https://skmtc.net/lightspeedhq/apis/api-2026-07.md) · [All operations](https://skmtc.net/lightspeedhq/apis/api-2026-07/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightspeedhq/api-2026-07/revisions/72d4ceb46dbb/schema)
