---
title: "Delete a 10DLC Brand"
method: DELETE
path: "/v3/10dlc/brands/{brand_id}"
tags: ["10DLC"]
---

# Delete a 10DLC Brand

`DELETE /v3/10dlc/brands/{brand_id}`

Deletes a 10DLC Brand. Brands with active campaigns cannot be deleted.

## Path parameters

- `brand_id` string, required

## Response `200`

Returns a success confirmation. The 10DLC Brand is deleted.

- object
  - `success` boolean, required — Indicates whether the request was successful.

## Other responses

- `403` — Returns when the 10DLC feature is disabled for the account.
- `404` — Returns when the requested 10DLC resource does not exist.

---

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