---
title: "DELETE /products/{id}"
method: DELETE
path: "/products/{id}"
tags: ["products"]
---

# DELETE /products/{id}

`DELETE /products/{id}`

Delete a product.

## Path parameters

- `id` integer, required

## Response `200`

OK

- object
  - `data` ProductEntity
    - `id` integer — Product ID.
    - `name` string — Product name.
    - `code` string — Product code.
    - `categoryId` integer — Product category id.
    - `price` number, double — Product price.
    - `unit` string — Product unit.
    - `active` boolean — Product active.
    - `imageUrl` string — Product image URL.
    - `imageThumbUrl` string — Product image thumbnail URL.
    - `createdAt` unknown
    - `customFields` unknown
    - `description` string — Product description (HTML).

---

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