Hi @rezgui.aziz,
Thanks for the reply.
You could set up protected routes by requiring authentication to access the resource.
For an example, check out this example using the Auth0 Express SDK that shows how to protect a route.
Then, you could use the Management API to display and delete the users accordingly.
Thanks,
Rueben