v50

latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-06-16122182589.7 KB
10DLC

Delete Brand evidence

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

delete/v3/10dlc/brands/{brand_id}/evidence/{id}

Path parameters

brand_idstring required
Example:B6AI7PA

The unique ID of the 10DLC Brand.

idstring required
Example:191eb205-8357-4d71-b8da-160a25a000d7

The unique ID of the Brand evidence file.

Response

Returns a success confirmation. The evidence file is deleted.

successboolean required

Indicates whether the request was successful.

Example response

{
  "success": true
}