How to delete user from Auth0 on Next.js?
问题 I can login and logout users on Next.js after reading these resources amongst others: The Ultimate Guide to Next.js Authentication with Auth0 @auth0/nextjs-auth0 library API Call Example SPA + API: Node.js Implementation for the API But nowhere could I find out if I can delete users using the auth0/nextjs-auth0 library. I also looked into the module's handlers here. Am I right to think there is no way to delete a user using the @auth0/nextjs-auth0 library? If yes, what is the most preferred