---
title: "Delete product"
method: DELETE
path: "/product/{articleNumber}"
tags: ["Product"]
deprecated: true
---

# Delete product

`DELETE /product/{articleNumber}`

> **Deprecated.**

Deletes a single product based on the article number.

## Path parameters

- `articleNumber` string, required

## Response `204`

No Content

---

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