调用DeleteDcdnWafPolicy删除指定防护策略。
接口说明
说明
单用户调用频率:20 次/秒。
请求方式:支持 POST 请求。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
PolicyId | long | 是 | 需要删除的防护策略 ID,仅支持单个输入。 | 1000001 |
返回参数
示例
正常返回示例
JSON
格式
{
"RequestId": "CB1A380B-09F0-41BB-B084-72F8FD6DA2FE"
}
错误码
HTTP status code | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | InvalidParameter | The specified parameter is invalid. | 参数错误 |
400 | Policy.NotExist | The specified policy does not exist. | 指定的防护策略不存在。 |
400 | Policy.DeleteForbidden | The specified policy is forbidden to delete. | 指定的策略不允许删除。 |
403 | %s.NotSupport | The specified resource type %s is not supported. | 不支持指定的资源类型。如需使用该类型资源,请与我们联系。 |
403 | %s.OverQuota | The quantity of %s exceeds the quota. | 该资源的数量超出了配额所规定的范围,如需申请更多的额度,请与我们联系。 |
500 | InternalError | An internal error occurred; please try again later. | 内部错误,请重试,如果多次重试报错请提交工单。 |
访问错误中心查看更多错误码。
变更历史
变更时间 | 变更内容概要 | 操作 |
---|---|---|
2023-08-29 | OpenAPI 错误码发生变更 | 查看变更详情 |