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

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!