---
title: "Delete a single products price group"
method: DELETE
path: "/products/pricegroups/{id}"
tags: ["Price groups"]
---

# Delete a single products price group

`DELETE /products/pricegroups/{id}`

## Headers

- `If-Match` string, required

## Response `204`

Confirms successful deletion of the resource

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `412` — Precondition failed (If-Match header)
- `428` — Precondition required

## Changes

- **2026-03-11** `1f2195427ce4` — 2 info
  - added the non-success response with the status `412`
  - added the non-success response with the status `428`

[Change history](https://skmtc.dev/ledgersmb/apis/ledgersmb-api/changes/products/pricegroups/:id/delete.md)

---

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