AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Deletes the specified VPC. You must detach or delete all gateways and resources that are associated with the VPC before you can delete it. For example, you must terminate all instances running in the VPC, delete all security groups associated with the VPC (except the default one), delete all route tables associated with the VPC (except the default one), and so on. When you delete the VPC, it deletes the default security group, network ACL, and route table for the VPC.
If you created a flow log for the VPC that you are deleting, note that flow logs for deleted VPCs are eventually automatically removed.
For .NET Core this operation is only available in asynchronous form. Please refer to DeleteVpcAsync.
Namespace: Amazon.EC2
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z
public virtual DeleteVpcResponse DeleteVpc( DeleteVpcRequest request )
Container for the necessary parameters to execute the DeleteVpc service method.
This example deletes the specified VPC.
var client = new AmazonEC2Client(); var response = client.DeleteVpc(new DeleteVpcRequest { VpcId = "vpc-a01106c2" });
.NET Framework:
Supported in: 4.5 and newer, 3.5