Delete an ACL application specified by its ID from a device.
/acl/res/aclUse/{id}
Path parameters | |
---|---|
id | ACL application ID.
Long integer type. Required. No default value.
|
Delete ACL application 15 from a device.
DELETE http://host:8080/imcrs/acl/res/aclUse/15 accept: application/xml ...
HTTP/1.1 204 No COntent Content-Type: application/xml ...
No message body is included.