Request Data Removal

You can remove your data from the Centro App at any time by logging into the application and navigating to Settings > Delete account and data. Please be aware that this will remove all of your data from Centro, and you will be unable to login back in again unless you create a new account.

If you have lost access to your account, and want to delete your data, or you want to partially delete some data, please contact us at app@centrocommunity.org with the following data:

  1. The email address used for your account

  2. Your name

  3. Details about the data you want to remove, and why you'd like to remove

After a verification process we will proceed to remove the data requested, and let you know once it is complete.

// Smooth scrolling for anchor links document.querySelectorAll('a[href^="#"]').forEach(anchor => { anchor.addEventListener('click', function(e) { e.preventDefault(); document.querySelector(this.getAttribute('href')).scrollIntoView({ behavior: 'smooth' }); }); });