How could the user delete his email?

I wnat when the user click on delete my email button, his email is removed from users table in backendless ?

Hello Peter

Try to set “null” for email property and then save the user object

But make sure email columns is not marked as Identity
https://backendless.com/docs/js/users_user_properties.html#identity-property

here is a doc to how update data objects https://backendless.com/docs/js/data_single_object_update.html

Regards, Vlad

1 Like