To drop an iptables rule you will need to know the number of the in the list, you can either count the lines or use your normal command with –line-numbers after. E.g:
iptables -nL –line-numbersOnce you know the line number you can delete the rule using:
iptables -D INPUT #
Replace the # with the rule number you would like to drop