Delete current user and everything he has created

Hi,

When I use the action “delete current user” it efectively deletes the current user. However, I would like for it to delete also every Thing in the database that was Created By the current user.

How can I do this?

Hi there, @pachocastillosr… you could use a backend workflow to go through each one of your data types and delete the list of things in each data type that were created by the current user. Then, after those lists are deleted, you would have a step to delete the current user. Make sense?

Hope this helps…

Best…
Mike

2 Likes

Thanks!

1 Like