Authorization: Bearer ********************
{
"carrier": "bandwidth"
}
curl --location --request DELETE 'https://awqacore01.crexendocloud.com/ns-api/v2/domains/sampleDomain/addresses/endpoints/8585551236' \
--header 'Content-Type: application/json' \
--data-raw '{
"carrier": "bandwidth"
}'
{
"code": 202,
"message": "Accepted"
}