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

# Delete Product

`DELETE /products/{id}`

Deletes a product. Only products with no memberships, entries, reviews, or invoices can be deleted.

## Response `200`

product deleted

- object
  - `deleted` boolean, required — Always true.
  - `id` string, required — ID of the deleted product.

## Other responses

- `401` — Unauthorized
- `404` — Resource not found

---

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