Cockpit\Helper\Versions::remove PHP Method

remove() public method

public remove ( $path, $uid = null )
    public function remove($path, $uid = null)
    {
        return $uid ? $this->storage->hdel($path, $uid) : $this->storage->del($path);
    }