10DLC
Unlink phone number
Unlinks a phone number from a 10DLC Campaign. The associated Sender ID is also deleted.
delete/v3/10dlc/brands/{brand_id}/campaigns/{campaign_id}/numbers/{number}
Path parameters
brand_idstring required
Example:B9FXYNH
The unique ID of the 10DLC Brand.
campaign_idstring required
Example:CSJ4TV0
The unique ID of the 10DLC Campaign.
numberstring required
Example:17029641104
The phone number to unlink from the Campaign, in E.164 format.
Response
Returns a success confirmation. The phone number is unlinked from the Campaign.
Example response
{
"success": true
}