mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #21782] feat: Users should be able to delete their own account #58234
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @loleg on GitHub (Feb 23, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/21782
Check Existing Issues
Verify Feature Scope
Problem Description
Currently users are able to clear their session data, but not their whole account and contact information from the system. Only admins are able to do this on request.
Desired Solution you'd like
The API is there, but needs an interface button in the settings with some kind of confirmation system (e.g. type out the words "I am and want my account deleted"..)
Alternatives Considered
A form to e-mail the site admins requesting deletion.
It could be in the future a legal requirement for online platforms to allow users to delete their own account at any time, or to conversely apply data retention policies - see clarification & additional thoughts in the comments.
@Classic298 commented on GitHub (Feb 23, 2026):
I am pretty sure there is not a single country that, per law, requires platforms to allow instant self-service deletions of user accounts.
Even GDPR does not require that. Only that the provider has to act within 30 days of deletion request to then delete the data.
Most data protection laws, GDPR, CCPA, LGPD, etc., grant users a right to request deletion of their data, but they do not require platforms to implement a self-service in-app account deletion button. Under GDPR for example, a data controller has up to 30 days to act on a deletion request made through any channel. The closest real exception is China, where MIIT regulations specifically require mobile apps to include an account cancellation function in-app, but that's still not the same as mandating instant self-service deletion.
But that aside, I guess it could be an interesting feature - if the case where companies DO require user data to be retained for certain periods can disable this feature
@loleg commented on GitHub (Feb 23, 2026):
s/It is a/It could be/gThanks for the feedback! I've moved this point out of the main problem description.
@tjbck commented on GitHub (Feb 23, 2026):
Open to discussion.