1 Answer
You can use -D option as follows.
If you have four rules and to delete 2nd, then run the below command to delete that rule.
# iptables -D INPUT 2
Your Answer