# File lib/chef_zero/data_store/v1_to_v2_adapter.rb, line 61 def delete(path, *options) raise DataNotFoundError.new(path) if skip_organizations?(path) && !options.include?(:recursive) fix_exceptions do real_store.delete(path[2..-1]) end end