HP Intelligent Management Center Extended API User Guide

Delete ACL Application from a Device
Delete an ACL application specified by its ID from a device.
Interface URI
/acl/res/aclUse/{id}
Access Method
HTTP
DELETE
Parameters
Path parameters
ACL application 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.
Message header
Example
Delete ACL application 15 from a device.
Request
DELETE http://imc_host:8080/imcrs/acl/res/aclUse/15
accept: application/xml
...
Response
HTTP/1.1 204 No Content
Content-Type: application/xml
...
No message body is included.
426 ACL Management