Delete assignment from IP ACL
- Print
- PDF
Delete assignment from IP ACL
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in Classic and VPC
Remove an assignment assigned to an IP ACL.
Request
- POST /ip-acls/{ipAclId}/assignments/delete
Request path
Parameter | Required | Type | Description | Restrictions |
---|---|---|---|---|
ipAclId | Y | String | IP ACL ID |
Request body
{
"consoleAccessIpAclIds": ["string"],
"apiAccessIpAclIds": ["string"]
}
Parameter | Required | Type | Description | Restrictions |
---|---|---|---|---|
consoleAccessIpAclIds | N | Array | List of assignment IDs restricted from console access | |
apiAccessIpAclIds | N | Array | List of assignment IDs restricted from API access |
Response
Response body
{
"id": "String",
"nrn": "String",
"success" : "boolean"
}
Parameter | Type | Description |
---|---|---|
id | String | IP ACL ID |
nrn | String | Created IP ACL nrn |
success | Boolean | Success status |
message | String | Error message upon failure |
Error
Errors that may occur while using this action are listed below. For 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 that doesn't exist |
400 | 9105 | Assignment - IP ACL mapping doesn't exist |
Was this article helpful?