Skip to content

Delete / disable user account (backend) #89

Description

@Golden-Eagle07

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

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions