Domain name for API request: cfw.tencentcloudapi.com.
This API is used to delete all rules.
A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common Params. The value used for this API: DeleteAllAccessControlRule. |
Version | Yes | String | Common Params. The value used for this API: 2019-09-04. |
Region | No | String | Common Params. This parameter is not required for this API. |
Direction | No | Integer | Direction. 0: outbound; 1: inbound. 0 by default |
EdgeId | No | String | Deletes all the access control rules for inter-VPC firewall toggles associated with the EdgeId. It is empty by default. Enter either EdgeId or Area. |
Area | No | String | Deletes all the access control rules for NAT firewalls of this region. It is empty by default. Enter either EdgeId or Area. |
Parameter Name | Type | Description |
---|---|---|
Status | Integer | Status of the task. 0 : Modified successfully; Others: Modification failed |
Info | Integer | Number of access control rules deleted. Note: This field may return null , indicating that no valid value was found. |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
POST / HTTP/1.1
Host: cfw.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DeleteAllAccessControlRule
<Common request parameters>
{
"Area": "",
"EdgeId": "",
"Direction": "0"
}
{
"Response": {
"Status": 0,
"Info": 0,
"RequestId": "b21d7f7c-3191-41a2-bd13-9a5f6d86ab44"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
FailedOperation | Operation failed. |
InvalidParameter | Invalid parameter. |
LimitExceeded | The quota limit has been reached. |
UnauthorizedOperation | Unauthorized operation. |
Was this page helpful?