---
title: "Delete Product."
method: DELETE
path: "/rest/api/warehouse/product/{id}/"
tags: ["Warehouse"]
---

# Delete Product.

`DELETE /rest/api/warehouse/product/{id}/`

Delete Product

## Path parameters

- `id` string, required

## Response `200`

Delete product correctly

- unknown

## Other responses

- `401` — Authorization failed
- `404` — Product not found

---

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