Universal Messaging 10.3 | Developer Guide | Enterprise APIs | Enterprise Developer's Guide for C# | Examples | Channel / Queue / Realm Management | Purge Events From a Channel
 
Purge Events From a Channel
Delete all events from a Universal Messaging Channel
Usage
purgeevents <rname> <channel name> <start eid> <end eid> [filter]


<Required Arguments>

<rname> - The realm to retrieve channels from
<channel name> - Channel name parameter for the channel to be purged
<start eid> - The start eid of the range of events to be purged
<end eid> - The end eid of the range of events to be purged
[Optional Arguments]

[filter] - The filter string to use for the purge
Application Source Code
Click here for a code example