removeVersion() public method

{@inheritDoc}
public removeVersion ( $versionPath, $versionName )
 /**
  * {@inheritDoc}
  */
 public function removeVersion($versionPath, $versionName)
 {
     return $this->transport->removeVersion($versionPath, $versionName);
 }