# File lib/chef_zero/data_store/v1_to_v2_adapter.rb, line 87
      def delete_dir(path, *options)
        return nil if skip_organizations?(path)
        fix_exceptions do
          real_store.delete_dir(path[2..-1], *options)
        end
      end