I was able to delete the original flash message by calling:
wf:update(page__flash, [])
before updating with a new message (via wf:flash(Message) ). page__flash is the div identifier of the flash container, and I just set its contents to empty.
source share