---
title: "Remove product from price book"
method: DELETE
path: "/v1/price-books/{id}/products/{productId}"
tags: ["Price books"]
---

# Remove product from price book

`DELETE /v1/price-books/{id}/products/{productId}`

Remove a product and its price configurations from a price book.

## Path parameters

- `id` string, required
- `productId` string, required

## Response `204`

Product removed from price book.

## Other responses

- `404` — Price book or product not found.

---

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