---
title: "Delete price book"
method: DELETE
path: "/v1/price-books/{id}"
tags: ["Price books"]
---

# Delete price book

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

Delete an existing price book.

## Path parameters

- `id` string, required

## Response `204`

Price book deleted.

## Other responses

- `404` — Price book 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)
