Domain name for API request: waf.tencentcloudapi.com.
Delete custom rule
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: DeleteCustomRule. |
Version | Yes | String | Common Params. The value used for this API: 2018-01-25. |
Region | Yes | String | Common Params. For more information, please see the list of regions supported by the product. This API only supports: ap-guangzhou, ap-seoul. |
Domain | Yes | String | Deleted domain |
RuleId | Yes | String | Deleted rule ID |
Edition | No | String | Version of WAF. clb-waf indicates CLB WAF; sparta-waf indicates SaaS WAF. sparta-waf by default. |
DomainRuleIdList.N | No | Array of DomainRuleId | List of rules to be deleted in batches |
Parameter Name | Type | Description |
---|---|---|
Success | ResponseCode | Operation status code: if all resource operations succeed, the success status code is returned; if any resource operation fails, the content of Message needs to be parsed to see which resource failed. |
RequestId | String | The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem. |
https://waf.tencentcloudapi.com/?Action=DeleteCustomRule
&Domain=www.test.com
&Edition=clb-waf
&RuleId=501
&<Common request parameters>
{
"Response": {
"RequestId": "26b0ac84-cb08-49d2-9899-4206d1849a41",
"Success": {
"Code": "Success",
"Message": "Success"
}
}
}
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 |
---|---|
InternalError | Internal error. |
UnsupportedOperation | The operation is not supported. |
Was this page helpful?