Remove Number
/remove
Full Url:
Arguments:
- token (string, required)
- did_id (int, required if number is not present)
- did_number (int, required if id is not present)
Info: Remove a phone number from your account
Note: id can be obtained from the "List Detail on Specific #" at the URL https://apiv1.teleapi.net/user/dids/get?token=xxxx&number=3035551212
Example Success
{
"code": 200,
"status": "success",
"data": "successfully removed phone number"
}
Example Error
{
"code": 400,
"status": "error",
"data": "Invalid id"
}