envs_1 / data /lib /python3.10 /site-packages /awscli /examples /ec2 /delete-vpn-connection-route.rst
| **To delete a static route from a VPN connection** | |
| This example deletes the specified static route from the specified VPN connection. If the command succeeds, no output is returned. | |
| Command:: | |
| aws ec2 delete-vpn-connection-route --vpn-connection-id vpn-40f41529 --destination-cidr-block 11.12.0.0/16 | |