RockafellaOriginal post
Rank 1: Thread
This has been mentioned here: https://discord.com/channels/564160730845151244/1295830646039515146
and as a Github issue here: https://github.com/appwrite/appwrite/issues/8725
I would expect Appwrite (using 1.6.1) to delete the targets related to a user when that user is deleted. But this is not the case. The targets have to be deleted first, before deletion of the user. Otherwise they can't be re-targeted (so to speak 😉 ).
Is this on purpose? Is there another way to clean-up targets after user deletion?
Summary
Issue with Appwrite not deleting targets when a user is deleted. The problem has been raised on Discord and GitHub. It is expected for targets related to a user to be automatically deleted but currently, they need to be removed manually before deleting the user. The developers are looking for a solution or clarification on this behavior.