HP Intelligent Management Center Extended API User Guide
Delete ACL from a Device
Delete an ACL from a device.
Interface URI
/acl/res/acl/{id}
Access Method
HTTP
DELETE
Parameters
Path parameters
ACL ID.id
Long integer type. Required. No default value.
Returned Result
Status codes
• 204(No Content): Success.
• 409(Conflict): Failure.
• 410(Gone): Failure. For more information, see “Conventions and Constraints.”
Example
Delete ACL 1389 from a device.
Request
DELETE http://imc_host:8080/imcrs/acl/res/acl/1389
accept: application/xml
...
Response
HTTP/1.1 204 No Content
Content-Type: application/xml
...
No message body is included.
420 ACL Management