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

# Delete product

`DELETE /v1/products/{id}`

Delete an archived product that is not in use.

## Path parameters

- `id` string, required

## Response `204`

Product deleted.

## Other responses

- `400` — Product is active or is attached to another resource.
- `404` — Product not found.

---

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