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

# Delete Brand evidence

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

Deletes the Brand evidence file identified by the evidence ID. Deletion is permanent.

## Path parameters

- `brand_id` string, required
- `id` string, required

## Response `200`

Returns a success confirmation. The evidence file 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)
