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

# Delete a brand

`DELETE /brands/{brand_id}`

Use this endpoint to delete an existing brand by its ID.

## Path parameters

- `brand_id` string, required

## Headers

- `Authorization` string, required
- `User-Agent` string, required

## Response `200`

Brand deleted successfully

- DeleteBrandRequest
  - `message` string

## Other responses

- `400` — Bad request
- `404` — Brand with the specified ID was not found
- `500` — Internal server error

---

[API](https://skmtc.net/careemnow/apis/careem-pos-api.md) · [All operations](https://skmtc.net/careemnow/apis/careem-pos-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/careemnow/careem-pos-api/versions/374e3e0dddca/schema)
