Hi community, does ory support account deletion in...
# ory-selfhosting
m
Hi community, does ory support account deletion in self service ui. I understand its possible via admin api, but if a user would like to delete his account himself, is it possible? Any ideas to make it possible
s
as usually you have to delete data in other systems as well, you should implement this on your side and only delete the ory user once the other stuff was successfully deleted
using the admin api then
m
The idea is that, even if we are self hosting, as per legal /GDPR guidelines, user should be able to delete his own data or account. Yeah may be that could be new feature to delete account. As you said a notification to admin should be developed.