Description
For deleting a specified custom throttling policy, including the special throttling policies under the policy.
- This function is intended for API activators.
- If the throttling policy you want to delete is bound to APIs, you must unbind the policy first; otherwise, an error is reported when you delete the policy.
- This API can call up to 50 QPS for a single user.
Request parameters
Name | Type | Required? | Description |
---|---|---|---|
Action | String | Yes | Operation interface name, which is a required parameter; value: DeleteTrafficControl. |
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=DeleteTrafficControl
&TrafficControlId=tf123456
&<Public request parameters>
Response example
XML
format
<DeleteTrafficControlResponse>
<RequestId>CEF72CEB-54B6-4AE8-B225-F876FF7BZ004</RequestId>
</DeleteTrafficControlResponse>
JSON
format
{
"RequestId":"CEF72CEB-54B6-4AE8-B225-F876FF7BZ004",
}