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

# Delete a brand by project and brand id.

`DELETE /v1/projects/{projectId}/us/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 `204`

Brand deleted successfully. No content is returned.

## Other responses

- `401` — UNAUTHENTICATED: Missing or invalid authentication credentials.
- `403` — PERMISSION_DENIED: The authenticated user does not have permission to perform this operation.
- `404` — NOT_FOUND: The project or brand id introduced does not exist.
- `429` — RESOURCE_EXHAUSTED: Too many requests. The client has exceeded the rate limit.
- `500` — INTERNAL: Internal server error. Typically, a server bug.

---

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