v50

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

Delete a 10DLC Brand

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

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

Path parameters

brand_idstring required
Example:BM20QP9

The unique ID of the 10DLC Brand.

Response

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

successboolean required

Indicates whether the request was successful.

Example response

{
  "success": true
}