abstract fun removeCheckpoint(checkpoint: Checkpoint): Unit
Remove existing checkpoint from the store. It is an error to attempt to remove a checkpoint which doesnt exist in the store. Doing so will throw an IllegalArgumentException.