def delete_meters
      remove_meters(archive: false)
      redirect_back fallback_location: root_path, notice: 'Meters have been deactivated and validated data removed'
    rescue => e
      redirect_back fallback_location: root_path, notice: e.message