Deletes a rule from an ACL.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.

Request parameters

Parameter Type Required Example Description
Action String Yes DeleteACLRule

The operation that you want to perform. Set the value to DeleteACLRule.

RegionId String Yes cn-hangzhou

The ID of the region to which the ACL rule to be deleted belongs.

AclId String Yes acl-xhwhyuo43l0n*****

The ID of the ACL to which the ACL rule to be deleted belongs.

AcrId String Yes acr-c1hkd054qywiw******

The ID of the ACL rule to be deleted.

Response parameters

Parameter Type Example Description
RequestId String 39E71162-699A-4E02-AF0F-17621BA6AEF6

The ID of the request.

Examples

Sample requests

http(s)://[Endpoint]/?Action=DeleteACLRule
&AclId=acl-xhwhyuo43l0n*****
&AcrId=acr-c1hkd054qywiw******
&RegionId=cn-hangzhou
&<Common request parameters>

Sample success responses

XML format

HTTP/1.1 200 OK
Content-Type:application/xml

<?xml version="1.0" encoding="UTF-8" ?>
<DeleteACLRule>
    <RequestId>39E71162-699A-4E02-AF0F-17621BA6AEF6</RequestId>
</DeleteACLRule>

JSON format

HTTP/1.1 200 OK
Content-Type:application/json

{
  "RequestId" : "39E71162-699A-4E02-AF0F-17621BA6AEF6"
}

Error codes

HttpCode Error code Error message Description
403 Forbidden User not authorized to operate on the specified resource. The error message returned because you do not have the permissions to manage the specified resource.
403 MissingParameter The input parameter is missing, please check your input. The error message returned because one or more required parameters are not set. Check whether you have set all required parameters.
403 InvalidId.ACL The specified ACL ID is invalid. The error message returned because the specified ACL ID is invalid.
403 InvalidId.ACR The specified ACL rule ID is invalid. The error message returned because the specified ACL rule ID is invalid.
403 FeatureNotSupport The current edition of the smart access gateway does not support this feature. The error message returned because the current version of the specified SAG device does not support this feature.
403 FeatureNotSupportForActiveSmartAG The current edition of the active smart access gateway does not support this feature. The error message returned because the current version of the active SAG device does not support this feature.
403 FeatureNotSupportForStandBySmartAG The current edition of the standby smart access gateway does not support this feature. The error message returned because the current version of the standby SAG device does not support this feature.
403 InternalError An internal server error occurred. The error message returned because an internal server error occurred.

For a list of error codes, visit the Error Center.