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

# Delete Product

`DELETE /v1/products/{productId}`

Deletes a product and all related SKUs. This operation cannot be undone. 

If the `force` parameter is set to `false` or not set at all, the product and all related SKUs will be moved to [the bin](/api-reference/bin/list-bin-entries).

## Query parameters

- `force` boolean

## Response `204`

Returns no content if deletion is successful.

## Other responses

- `404` — Returns an error indicating that the product with given ID was not found.

---

[API](https://skmtc.net/voucherifyio/apis/voucherify-api-async-actions.md) · [All operations](https://skmtc.net/voucherifyio/apis/voucherify-api-async-actions/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/voucherifyio/voucherify-api-async-actions/revisions/4982266e0494/schema)
