How do I get user deleted from Django database when I delete from Auth0 users and vice versa?

Hi there,

I am using Auth0 with my Django App for users login/logout authentication. I want a way that when I delete any User from Auth0, the same user account should be deleted from Django Database, likewise if I delete any user account from Django, the attached user from Auth0 should be deleted as well.

How will I achieve this functionality? Any help will be appreciated.

Hi @khubikhawar,

Welcome to the Auth0 Community!

At the moment, there is no Delete User Action. There is a feature request for it here, you can vote it up to show your interest.

In the meantime, you can use the delete user log event to create your own webhook. You can achieve this by use the Log Streams feature.

Let me know if you have any questions!