Release TF Number
This API let you to release numbers already ordered.
Release TN
POST https://{domain_name}/api_smsc/v1/did/tf/disconnect
This endpoint allows you to release toll free numbers.
Headers
Name
Type
Description
Authentication
string
Authentication token to track down who is emptying our stocks.
Request Body
Name
Type
Description
number
string
It should be the number which you are trying to remove from your account.
{
"success": true,
"payload": {
"items": [
{
"number": "2068882102",
"status": "success",
"vendor_id": "49c78fec-7ad9-4c8c-9237-d7588241f67c"
}
],
"total": 1,
"page": 0,
"per_page": 1
}
{ "message": "TN does not exist"}Last updated
Was this helpful?