Skip to main content

sow-delete-all

Including the basic AMPS library:

using AMPS.Client;
using AMPS.Client.Exceptions;

Deleting all messages from a topic, using a connected client:


client.sowDelete(topic, "1=1");