---
title: "Delete a single brand"
method: DELETE
path: "/brands/{brand_id}"
tags: ["Brands"]
---

# Delete a single brand

`DELETE /brands/{brand_id}`

Deletes a brand. If there are products associated with the brand, the products will be disassociated from the brand.

🔒 Requires: `products:write` scope

## Path parameters

- `brand_id` string, required

## Response `200`

The deleted brand.

- object
  - `payload` object
    - `data` object
      - `id` string, UUID — The id of the brand deleted.
      - `job_id` string — The id of the asynchronous job to disassociate products from the deleted brand.

---

[API](https://skmtc.net/lightspeedhq/apis/api-2026-07.md) · [All operations](https://skmtc.net/lightspeedhq/apis/api-2026-07/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightspeedhq/api-2026-07/revisions/72d4ceb46dbb/schema)
