cURL
curl --request DELETE \ --url https://api.wavix.com/v3/10dlc/brands/{brand_id}/campaigns/{campaign_id} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Deletes a 10DLC Campaign. Associated phone numbers cannot be used as Sender IDs once the Campaign is deleted.
Bearer token using appid (Authorization: Bearer )
Brand ID.
"BM20QP9"
Campaign ID.
"CKLCK95"
10DLC campaign deleted.
true