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

# Delete a brand

`DELETE /brands/{brand_id}`

Deletes a brand by id. Reassign any template or tenant that references it before deleting to keep their styling intact.

## Path parameters

- `brand_id` string, required

## Response `204`

## Other responses

- `409`

---

[API](https://skmtc.net/trycourier/apis/courier.md) · [All operations](https://skmtc.net/trycourier/apis/courier/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trycourier/courier/versions/04f69fbf96a5/schema)
