---
title: "Delete a product"
method: DELETE
path: "/data/products/{id}"
tags: ["Sales data"]
---

# Delete a product

`DELETE /data/products/{id}`

Delete product.

## Path parameters

- `id` string, required

## Response `204`

Product is successfully deleted.

## Other responses

- `400` — The request validation failed.
- `401` — Authentication failed.
- `403` — Forbidden.
- `404` — Product not found.

---

[API](https://skmtc.dev/splio/apis/splio-customer-platform.md) · [All operations](https://skmtc.dev/splio/apis/splio-customer-platform/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/splio/splio-customer-platform/revisions/2ff4735f665c/schema)
