def withdraw
      meter = Meter.find_by_mpan_mprn(params[:mpxn])
      service = Meters::DccWithdrawTrustedConsents.new([meter])
      if service.perform
        redirect_back fallback_location: admin_dcc_consents_path, notice: "Consent withdrawn for #{meter.mpan_mprn}"