You can also use the following syntax
iptables -D <chain name> <rule number>
For example
Chain HTTPS
target prot opt source destination
ACCEPT all -- anywhere anywhere
ACCEPT all -- 10.0.0.0/8 anywhere
ACCEPT all -- 182.162.0.0/16 anywhere
To delete the rule
ACCEPT all -- 10.0.0.0/8 anywhere
iptables -D HTTPS 2