DELETE
atas/ID/phone_numbers/PHONE_NUMBER
None
A JSON object with success, message, and data attributes. The data attribute contains the phone number that was removed from the ATA.
success
message
data
curl -X DELETE https://api.phaxio.com/v2.1/atas/1234/phone_numbers/+12255551234 -u 'API_KEY:API_SECRET'
{ "success": true, "message": "Phone number removed from ATA", "data": { "phone_number": "+12255551234" } }