Skip to content

Delete / disable user account #29

Description

@mrsumanbiswas

Allow users to permanently delete or temporarily disable their account.

Backend

  • POST /api/users/me/delete – permanently deletes account and all associated data (messages, tokens, files)
  • POST /api/users/me/disable – disables the account (user can re‑activate later)
  • Handle cleanup: remove from groups, notify contacts (optional), schedule data removal

Frontend

  • Add “Delete Account” and “Disable Account” options in settings, with clear warnings and confirmation steps
  • Require password re‑entry before proceeding

Make sure the process is irreversible for deletion and that data protection is respected.

Metadata

Metadata

Fields

No fields configured for Feature.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions