Universal Messaging 10.3 | Developer Guide | Enterprise APIs | Enterprise Developer's Guide for C++ | Code Examples for C++ | Channel / Queue / Realm Management | C++ Client: Deleting a Channel
 
C++ Client: Deleting a Channel
This example demonstrates how to delete a Universal Messaging channel programmatically.
Usage
deletechan <rname> <channel name>


<Required Arguments>


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

<channel name> - Channel name parameter for the channel to be deleted
Application Source Code
Click here for a code example