Description
For deleting all custom special throttling policies from a specified throttling policy.
- This function is intended for API activators.
Request parameters
Name | Type | Required? | Description |
---|---|---|---|
Action | String | Yes | Operation interface name, which is a required parameter; value: DeleteAllTrafficSpecialControl. |
TrafficControlId | String | Yes | ID of a specified throttling policy. |
Return parameters
Name | Type | Description |
---|---|---|
RequestId | String | ID of the current request. |
Examples
Request example
https://apigateway.cn-qingdao.aliyuncs.com/?Action=DeleteAllTrafficSpecialControl
&TrafficControlId=tf123456
&<Public request parameters>
Response example
XML
format
<DeleteAllTrafficSpecialControlResponse>
<RequestId>CEF72CEB-54B6-4AE8-B225-F876FF7BZ004</RequestId>
</DeleteAllTrafficSpecialControlResponse>
JSON
format
{
"RequestId":"CEF72CEB-54B6-4AE8-B225-F876FF7BZ004",
}