top of page

Deleting your TED account

Before Deleting Your Account

​This is permanent. Please read this carefully.

If you delete your account, the following changes will occur:

  • You will be permanently logged out and will no longer be able to log in to the Together Energy application.

  • All account data and content saved on the cloud server for your Together Energy Devices and Account will be deleted and cannot be restored.

I understand this

bottom of page
const utmKeys = ["utm_source", "utm_medium", "utm_campaign", "utm_content"]; utmKeys.forEach(key => { const field = document.querySelector(`input[name="${key}"]`); if (field) { const val = sessionStorage.getItem(key); if (val) field.value = val; } }); });