Used to unregister a number as a Caller ID
Use the Remove Registered Number API to unregister a number as a Caller ID
The Remove Registered Number API is used to unregister a previously registered number within a DialogTech account.
Base URL for Remove Registered Number
Parameter List
Parameter | Required | Accepts | Max Length | Notes | Usage |
---|---|---|---|---|---|
action | Yes | String: registerednumbers.remove | n/a | Only accepts registerednumbers.remove to remove registered numbers | Defines the API Call as "Remove Registered Number" type |
access_key | Yes | String | n/a | Access Key from the Key Manager within a DialogTech account | Credentials used for access to the API for a particular DialogTech account |
secret_access_key | Yes | String | n/a | Secret Access Key from the Key Manager within a DialogTech account | Credentials used for access to the API for a particular DialogTech account |
phone | Yes | String: Unformatted Phone Number | 10 | Previously registered phone number which is being unregistered | Defines which phone number is being unregistered for use as a Caller ID |
Using this API
These code examples are meant to show a basic method of using DialogTech's Remove Registered Number API
Example Response