To delete a route from Windows routing table, follow these steps:
Click Start -> Run, and enter Cmd, and then press Enter to open a command prompt window. In Windows Vista or Windows 7, use Start Search instead.
The syntax for the route command to delete a routing table entry is:
route delete [destination]
For example,
route delete 172.16.10.254
Press enter after entering the command to delete and remove a route.
After deletion, view the routing table to verify that the correct routing table rule was deleted.


