Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 172 Bytes

File metadata and controls

13 lines (8 loc) · 172 Bytes

To delete a subnet

This example deletes the specified subnet.

Command:

aws ec2 delete-subnet --subnet-id subnet-9d4a7b6c

Output:

{
    "return": "true"
}