deleteEvent

open fun deleteEvent(eventId: String): Boolean

Deletes a specific event stored on the filesystem.

Return

True - if successful, False - otherwise.

Parameters

eventId

Unique identifier for the event.