---
title: "Delete Brand"
method: DELETE
path: "/10dlc/brand/{brandId}"
tags: ["Brands"]
---

# Delete Brand

`DELETE /10dlc/brand/{brandId}`

Delete Brand. This endpoint is used to delete a brand. Note the brand cannot be deleted if it contains one or more active campaigns, the campaigns need to be inactive and at least 3 months old due to billing purposes.

## Path parameters

- `brandId` string, required

## Response `204`

Brand removed successfully

## Other responses

- `400` — Brand cannot be deleted
- `404` — Brand not found
- `422` — Validation Error
- `4XX` — Generic response error

---

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