> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kimp360.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete brand

## Delete Brand

```http theme={null}
DELETE /api/brands/{id} HTTP/1.1
Content-Type: application/json
```

Path parameter: `id` – required brand identifier.

**Response:**

```json theme={null}
{
  "status": 200,
  "data": null,
  "error": null,
  "message": "string or null"
}
```
