Authorization: Bearer ********************
{
"mac": "{{mac}}"
}
curl --location -g --request DELETE 'https://awqacore01.crexendocloud.com/ns-api/v2/domains/{{domain}}/phones' \
--header 'Content-Type: application/json' \
--data-raw '{
"mac": "{{mac}}"
}'
{
"code": 0,
"message": "string"
}