for vol in array.list_host_connections(name):
            try:
                array.disconnect_host(name, vol['vol'])
            except purestorage.PureError:
                return False