---
title: "Delete product"
method: DELETE
path: "/business/products/{ProductID}"
tags: ["Business"]
---

# Delete product

`DELETE /business/products/{ProductID}`

In this method you will be able to delete a product by its ID

## Path parameters

- `ProductID` string, required — Product ID

## Response `200`

OK

- ResponseSuccess
  - `success` boolean

## Other responses

- `400` — Wrong request parameters
- `401` — Need channel authorization for delete product
- `404` — Specified product not found
- `429` — Too many requests
- `500` — Internal Error

---

[API](https://skmtc.net/whapi/apis/whatsapp-api.md) · [All operations](https://skmtc.net/whapi/apis/whatsapp-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/whapi/whatsapp-api/versions/40ab05abffdb/schema)
