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

# Delete product

`DELETE /products/{productID}`

Delete product by ID

**Scopes:**
`products.write`
<br><a href="https://www.postman.com/omnisend-api/workspace/omnisend/overview" target="_blank">Open Postman collection</a>

## Path parameters

- `productID` string, required

## Headers

- `Omnisend-Version` string, required

## Response `204`

No Content

## Other responses

- `400` — Validation failed
- `401` — Authentication is missing or invalid
- `403` — Insufficient permissions for this operation
- `410` — API version has been retired
- `429` — Rate limit exceeded
- `500` — Internal server error

---

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