curl --request DELETE \
--url https://prod.featherhq.com/api/v1/dnc/{id} \
--header 'X-API-Key: <api-key>'{
"message": "<string>"
}Remove a phone number from the DNC block list by entry ID
curl --request DELETE \
--url https://prod.featherhq.com/api/v1/dnc/{id} \
--header 'X-API-Key: <api-key>'{
"message": "<string>"
}