INC Platform — ACL Management

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
id ACL application ID.
Long integer type. Required. No default value.

Returned Result

Status codes
  • 204(No Content): Success.
  • 409(Conflict): Failure.
Message header

Example

Delete ACL application 15 from a device.

Request
DELETE http://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.