This operation is used for instance-level access control on dedicated API Gateway instances and deletes IP address entries from an access control policy.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
apigateway:RemoveAccessControlListEntry |
update |
*AccessControlList
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| AclId |
string |
Yes |
The ID of the access control policy. |
acl-bp12ag0xxcfhq1ll68wp9 |
| AclEntrys |
string |
No |
The access control entries to remove. The value is a JSON string that represents an array of entry objects.
Note
If an access control policy is associated with a listener, you cannot delete all of its IP address entries. |
[{\"entry\":\"192.168.1.0/24\",\"comment\":\"WhiteIp\"}] |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. |
D1B18FFE-4A81-59D8-AA02-1817098977CD |
Examples
Success response
JSON format
{
"RequestId": "D1B18FFE-4A81-59D8-AA02-1817098977CD"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.