# File lib/deltacloud/drivers/mock/mock_client.rb, line 89
    def destroy(collection, id)
      fname = file(collection, id)
      FileUtils.rm(fname) if File::exists?(fname)
    end