DeleteAll events in akka persistence

Hi,

I want to delete all events to the specific persistenceId. We can delete messages by using deleteMessage(toSeqNo) but I want to flush all the messages from the persistent Id.

Is there any option to flush all messages to the particular persistentId