Removes a previously configured route from the IP routing table.
deleteiproute -r route_type -a destination_IP_address -g gateway_IP_address
deleteiproute -r 1 -a 129.1.1.0 -g 129.1.1.1
This command will remove the previously configured static route from the IP routing table to the remote network 129.1.1.0 using the gateway address of 129.1.1.1.