---
title: "Delete from Product Hierarchy"
method: DELETE
path: "/api/beta/version/{version_id}/product-hierarchy"
tags: ["Product Hierarchy (Beta)"]
---

# Delete from Product Hierarchy

`DELETE /api/beta/version/{version_id}/product-hierarchy`

Asynchronously deletes specified items (products, bundles, or labels) from the product hierarchy of a 'DRAFT' version.

## Path parameters

- `version_id` string, required

## Request body

- object
  - `items_to_delete` object[]
    - `nameOrSku` string

## Response `200`

Success. The deletion process has started.

- AsyncResponse
  - `request_id` string — The ID of the asynchronous request for tracking.

---

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