sow-delete-filter
Import the Client and Command:
import { Client, Command } from 'amps';
Deleting all messages from a topic that match a filter:
client.sowDelete(topic, filter);
Import the Client and Command:
import { Client, Command } from 'amps';
Deleting all messages from a topic that match a filter:
client.sowDelete(topic, filter);