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