---
title: "Delete product"
method: DELETE
path: "/products/{productId}"
tags: ["Lyro Product Recommendations"]
---

# Delete product

`DELETE /products/{productId}`

Permanently remove a product from Lyro AI recommendations.

**Warning:** Product deletion is irreversible and processed asynchronously.

**Note:** Individual product deletions do not affect the 24-hour ingestion limit.

## Path parameters

- `productId` integer, required — ID of the product

## Response `202`

It means that the product delete has been accepted.

## Other responses

- `409` — Conflict

---

[API](https://skmtc.dev/tidio/apis/tidio-openapi.md) · [All operations](https://skmtc.dev/tidio/apis/tidio-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tidio/tidio-openapi/revisions/60b2d5edc91f/schema)
