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:

Hope this helps to clarify!

1 Like