Deleting IP ACL list
- Print
- PDF
Deleting IP ACL list
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in Classic and VPC
Delete the IP ACL list.
Requests
- POST /ip-acls/delete
Request bodies
{
"ipAclIds": [ "string" ]
}
Parameter | Required | Type | Description | Service limits |
---|---|---|---|---|
ipAclIds | Y | Array | ID list of IP ACLs to delete |
Responses
Response bodies
[{
"id": "String",
"nrn": "String",
"name": "String",
"success" : "boolean",
"message": "String"
}]
Parameter | Type | Description |
---|---|---|
[].id | String | ID of IP ACL |
[].nrn | String | nrn of the deleted IP ACL |
[].name | String | Name of the deleted IP ACL |
[].success | Boolean | Success status |
[].message | String | Error message indicating a failure |
Errors
Errors that may occur while using this action are listed below. For the error response format, see ErrorResponse.
For more information about common errors, see NAVER Cloud Platform API.
HTTP status code | Error code | Error message |
---|---|---|
400 | 400 | Invalid request |
400 | 9100 | IP ACL does not exist |
400 | 9103 | Assignment - IP ACL mapping still exists |
Was this article helpful?