<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
root = moneydance.getRootAccount()
onlineInfo = root.getOnlineInfo()
while onlineInfo.getServiceCount()&gt;0:
  onlineInfo.removeService(0)

</pre></body></html>