---
title: "Delete a product group"
method: DELETE
path: "/public/v1/product-groups/{id}"
tags: ["ProductGroup"]
---

# Delete a product group

`DELETE /public/v1/product-groups/{id}`

Permanently deletes the product group. This is a hard delete: the record is removed and cannot
be recovered. Returns 404 if no group with that ID belongs to the company.

Deleting a group ripples to everything that referenced it:
• Products in this group are un-grouped — their group becomes empty. The products themselves are
not deleted.
• The group is dropped from any menus that featured it as a collection.
• Any price tier that targeted or excluded this group has that condition removed, which changes
which products those price tiers apply to.

Required permission: `settings_permissions_product_groups`.

## Path parameters

- `id` string, required

## Response `204`

No Content

## Other responses

- `400` — Invalid parameters
- `401` — Missing or invalid API token
- `403` — The API token lacks the required permission
- `404` — Not Found

---

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