deleteEvent

suspend fun deleteEvent(event: Event): Boolean

Deletes a specific event from the logger.

If the event is successfully deleted, it triggers an emission to eventFlow.

Return

true if the event was found and deleted, false otherwise.

Parameters

event

The Event to delete. Must contain a valid identifier.