Deletes a network access control list (ACL).

Description

DeleteAcl is an asynchronous operation. After you send a request, the system returns a request ID, but the operation is still being performed in the system background. You can call the GetAcl operation to query the state of a network ACL.

  • If the network ACL is in the deleting state, it indicates that the network ACL is being deleted. In this case, you can perform only query operations.
  • If the network ACL cannot be queried, it indicates that the network ACL is deleted.

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 DeleteAcl

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

RegionId String Yes cn-hangzhou

The ID of the region where the Global Accelerator (GA) instance is deployed. Set the value to cn-hangzhou.

AclId String Yes nacl-hp34s2h0xx1ht4nwo****

The ID of the network ACL.

ClientToken String No 02fb3da4****

The client token that is used to ensure the idempotence of the request.

You can use the client to generate the value, but you must make sure that it is unique among different requests. ClientToken can contain only ASCII characters.

Note If you do not set this parameter, ClientToken is set to the value of RequestId. The value of RequestId may be different for each API request.
DryRun Boolean No false

Specifies whether only to precheck the request. Default value: false. Valid values:

  • true: prechecks the request without performing the operation. The system checks the required parameters, request syntax, and limits. If the request fails the precheck, an error message is returned. If the request passes the precheck, the DryRunOperation error code is returned.
  • false: sends the request. If the request passes the precheck, a 2xx HTTP status code is returned and the operation is performed.

Response parameters

Parameter Type Example Description
RequestId String 365F4154-92F6-4AE4-92F8-7FF34B540710

The ID of the request.

AclId String nacl-hp34s2h0xx1ht4nwo****

The ID of the network ACL.

Examples

Sample requests

http(s)://[Endpoint]/?Action=DeleteAcl
&RegionId=cn-hangzhou
&AclId=nacl-hp34s2h0xx1ht4nwo****
&ClientToken=02fb3da4****
&DryRun=false
&Common request parameters

Sample success responses

XML format

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

<DeleteAclResponse>
    <RequestId>365F4154-92F6-4AE4-92F8-7FF34B540710</RequestId>
    <AclId>nacl-hp34s2h0xx1ht4nwo****</AclId>
</DeleteAclResponse>

JSON format

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

{
  "RequestId" : "365F4154-92F6-4AE4-92F8-7FF34B540710",
  "AclId" : "nacl-hp34s2h0xx1ht4nwo****"
}

Error codes

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