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.
Example response
{
"success": true
}