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

I need the link of documentation of that part please.

1 Like

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

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.