Thank you for posting your question. As the Native application is considered a public application, we cannot make a call directly from the app. You would need a backend or proxy API to handle these requests or an added endpoint on an existing backend API. From this point, your proxy will need to make a call to the Delete user endpoint → https://auth0.com/docs/api/management/v2/users/delete-users-by-id of the Management API.