How to delete Bulk DNS record. Like creation, you have to delete both A as well as corresponding PTR records to completely delete the DNS entry, you can use the similar input file. Command to delete Bulk A record. for /f "tokens=1-3 delims=;" %a in (list.txt) do dnscmd Server Name /RecordDelete %b %a A /f. Command to delete Bulk PTR record