I need to delete user account in my iOS project(swift) is that applicable from mobile side?

Hey @nevine.eid welcome to the community!

As deleting a user will require the utilization of the Management API, you won’t be able to perform this action from directly within a native (non-confidential) client. Instead, you will want to call an API which can securely handle and use Management API access tokens:

https://community.auth0.com/t/how-can-i-enable-users-to-change-their-email-address-from-a-spa-or-native-app/44064

Hope this helps to clarify!

1 Like