Deletes a virtual private cloud (VPC) firewall that controls traffic between two VPCs. The VPCs are connected by using an Express Connect circuit.
Description
You can call the DeleteVpcFirewallConfigure operation to delete a VPC firewall. The VPC firewall controls traffic between two VPCs that are connected by using an Express Connect circuit.
Before you call the operation, make sure that you created a VPC firewall by calling the CreateVpcFirewallConfigure operation.
Limits
You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DeleteVpcFirewallConfigure |
The operation that you want to perform. Set the value to DeleteVpcFirewallConfigure. |
Lang | String | No | zh |
The natural language of the request and response. Valid values:
|
MemberUid | String | No | 258039427902**** |
The UID of the member that is managed by your Alibaba Cloud account. |
VpcFirewallIdList.N | String | Yes | vfw-m5e7dbc4y**** |
The instance ID of the VPC firewall. Note You can call the DescribeVpcFirewallList operation to query the instance IDs of VPC firewalls.
|
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 850A84D6-0DE4-4797-A1E8-00090125k6j3 |
The ID of the request. |
Examples
Sample requests
http(s)://[Endpoint]/?Action=DeleteVpcFirewallConfigure
&Lang=zh
&VpcFirewallIdList=["vfw-m5e7dbc4y****"]
&MemberUid=258039427902****
&Common request parameters
Sample success responses
XML
format
HTTP/1.1 200 OK
Content-Type:application/xml
<DeleteVpcFirewallConfigureResponse>
<RequestId>850A84D6-0DE4-4797-A1E8-00090125k6j3</RequestId>
</DeleteVpcFirewallConfigureResponse>
JSON
format
HTTP/1.1 200 OK
Content-Type:application/json
{
"RequestId" : "850A84D6-0DE4-4797-A1E8-00090125k6j3"
}