Delete provisioned 10DLC number

Overview

This method allows you to submit your 10DLC campaigns and numbers to TSG to delete provisioning with the upstream vendors/databases and effectively cancel any 10DLC association with these numbers.

Authentication

Authentication is done by passing your TSG Global API key via the Authorization header in the format "Authorization: Bearer <api_key>"

Method

DELETE ten-dlc-provisioning-api.tsgglobal.world/long-codes

The body should be a map with one or many campaign_ids as key and a list of numbers as strings in 11digit format as the value of each campaign_id.

{ "cmp1" : ["12003004000"], "cmp2": ["13002005000", "12005003000"] }

Request Body

NameTypeDescription

{campaign_id}*

List of campaign associated numbers as string in 11digit format

{
    "request_id": {guid}
}

Last updated