Description
For deleting a specified custom special throttling policy.
- This function is intended for API activators.
- The input parameters required by this interface can be obtained using other interfaces.
Request parameters
Name | Type | Required? | Description |
---|---|---|---|
Action | String | Yes | Operation interface name, which is a required parameter; value: DeleteTrafficSpecialControl. |
TrafficControlId | String | Yes | ID of a specified throttling policy. |
SpecialType | String | Yes | Special throttling type; values:
|
SpecialKey | String | Yes | AppId or Alibaba Cloud account ID corresponding to SpecialType. View Account Manager Page to get account ID. |
Return parameters
Name | Type | Description |
---|---|---|
RequestId | String | ID of the current request. |
Examples
Request example
https://apigateway.cn-qingdao.aliyuncs.com/?Action=DeleteTrafficSpecialControl
&TrafficControlId=tf123456
&SpecialType=App
&SpecialKey=3382463
&<Public request parameters>
Response example
XML
format
<DeleteTrafficSpecialControlResponse>
<RequestId>CEF72CEB-54B6-4AE8-B225-F876FF7BZ004</RequestId>
</DeleteTrafficSpecialControlResponse>
JSON
format
{
"RequestId":"CEF72CEB-54B6-4AE8-B225-F876FF7BZ004",
}