v50

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

Delete a 10DLC Campaign

Deletes a 10DLC Campaign. Associated phone numbers cannot be used as Sender IDs once the Campaign is deleted.

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

Path parameters

brand_idstring required
Example:BM20QP9

The unique ID of the 10DLC Brand.

campaign_idstring required
Example:CKLCK95

The unique ID of the 10DLC Campaign.

Response

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

successboolean required

Indicates whether the request was successful.

Example response

{
  "success": true
}