Delete a Realm ACL Entry
This example demonstrates how to delete an ACL entry from a realm on a Universal Messaging Channel.
Usage
ndelrealmacl <rname> <user> <host> [-r]
<Required Arguments>
<rname> - the custom URL to access the realm. Example: nhp://localhost:9000
<user> - User name parameter to delete the realm ACL entry from
<host> - Host name parameter to delete the realm ACL entry from
[Optional Arguments]
[-r] - Specifies whether recursive traversal of the namespace should be done
Application Source Code