---
title: "Delete a brand by project and brand id."
method: DELETE
path: "/v1/projects/{projectId}/brands/{brandId}"
tags: ["brands"]
---

# Delete a brand by project and brand id.

`DELETE /v1/projects/{projectId}/brands/{brandId}`

The endpoint receives as path param project id and brand id. If the project and brand exist, the brand is deleted.

## Path parameters

- `projectId` string, required
- `brandId` string, required

## Response `200`

OK

## Other responses

- `404` — NOT_FOUND: The project or brand id introduced does not exist.
- `500` — INTERNAL: Internal server error. Typically, a server bug.

---

[API](https://skmtc.net/sinch/apis/sinch-brands-api.md) · [All operations](https://skmtc.net/sinch/apis/sinch-brands-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sinch/sinch-brands-api/revisions/b49d3ae283fd/schema)
