Description
Delete an existing IP access control.
- This function is intended for API providers.
- If the control policy is currently bound to an API, unbind it from the API first. Otherwise, an error is returned when you attempt to delete it.
- If you delete a non-existing IP access control policy, a success result is returned directly.
Request parameters
Parameter | Type | Required | Description |
---|---|---|---|
Action | String | Yes | Operation interface name, a system required parameter, value: DeleteIpControl |
IpControlId | String | Yes | IP access control ID, which identifies a unique IP access control policy |
Response parameters
Parameter | Type | Description |
---|---|---|
RequestId | String | ID of the current request |
Example
Sample request
https://apigateway.cn-qingdao.aliyuncs.com/?Action=DeleteIpControl
&IpControlId=7ea91319a34d48a09b5c9c871d9768b1
&<Public Request Parameters>
Sample response
XML
format
<CreateSignatureResponse>
<RequestId>CEF72CEB-54B6-4AE8-B225-F876FF7BZ004</RequestId>
</CreateSignatureResponse>
JSON
format
{
"RequestId": "CEF72CEB-54B6-4AE8-B225-F876FF7BZ004"
}