Menghapus daftar kontrol akses (ACL).
Debugging
Parameter permintaan
| Parameter | Type | Required | Contoh | Description |
| Action | String | Yes | DeleteACL | Operasi yang ingin Anda lakukan. Tetapkan nilainya ke DeleteACL. |
| RegionId | String | Yes | cn-hangzhou | ID Wilayah. |
| AclId | String | Yes | acl-ohlexqptfhy******* | ID ACL. |
Parameter respons
| Parameter | Type | Contoh | Description |
| RequestId | String | 00546174-2CE6-4587-9550-04B6A3313938 | ID permintaan. |
Contoh
Contoh permintaan
http(s)://[Endpoint]/?Action=DeleteACL
&RegionId=cn-hangzhou
&AclId=acl-ohlexqptfhy*******
&Common request parameters
Contoh respons sukses
XML format
HTTP/1.1 200 OK
Content-Type:application/xml
<DeleteACLResponse>
<RequestId>00546174-2CE6-4587-9550-04B6A3313938</RequestId>
</DeleteACLResponse>
JSON format
HTTP/1.1 200 OK
Content-Type:application/json
{
"RequestId" : "00546174-2CE6-4587-9550-04B6A3313938"
}
Kode kesalahan
| HttpCode | Error code | Pesan kesalahan | Description |
| 403 | Forbidden | User not authorized to operate on the specified resource. | Pesan kesalahan yang dikembalikan karena Anda tidak memiliki izin untuk mengelola resource yang ditentukan. |
| 403 | MissingParameter | The input parameter is missing, please check your input. | Pesan kesalahan yang dikembalikan karena satu atau beberapa parameter yang diperlukan belum diatur. Periksa apakah Anda telah mengatur semua parameter yang diperlukan. |
| 403 | InvalidId.ACL | The specified ACL ID is invalid. | Pesan kesalahan yang dikembalikan karena ID ACL yang ditentukan tidak valid. |
| 403 | InternalError | An internal server error occurred. | Pesan kesalahan yang dikembalikan karena terjadi kesalahan internal pada server. |
| 403 | FeatureNotSupport | The current edition of the smart access gateway does not support this feature. | Pesan kesalahan yang dikembalikan karena versi perangkat Smart Access Gateway (SAG) yang ditentukan saat ini tidak mendukung fitur ini. |
| 403 | FeatureNotSupportForActiveSmartAG | The current edition of the active smart access gateway does not support this feature. | Pesan kesalahan yang dikembalikan karena versi perangkat SAG aktif saat ini tidak mendukung fitur ini. |
| 403 | FeatureNotSupportForStandBySmartAG | The current edition of the standby smart access gateway does not support this feature. | Pesan kesalahan yang dikembalikan karena versi perangkat SAG standby saat ini tidak mendukung fitur ini. |
Untuk daftar kode kesalahan, kunjungi Error Center.