Universal Messaging 10.3 | Developer Guide | Enterprise APIs | Enterprise Developer's Guide for C++ | Code Examples for C++ | Administration API | C++ Client: Remove Node ACL
 
C++ Client: Remove Node ACL
This shows how the ACL for an nNode can be removed.
Usage
ndelnodeacl <rname> <user> <host> <channel name>


<Required Arguments>


<rname> - the custom URL to access the realm. Example: nhp://localhost:9000

<user> - User name

<host> - Host name

<node> - Channel / Queue name to remove the entry from
Application Source Code
Click here for a code example