From 7b9dea72e3d2435f75825e8e66a04285332d5aa5 Mon Sep 17 00:00:00 2001 From: Yannick Ulrich Date: Tue, 16 May 2023 22:00:59 +0100 Subject: feat: add delete account option (attempt 2) (#980) * Added DELETE register endpoint * Added remove function to database * Added unregister to client * Updated docs * Renamed functions * Reformatting * Used execute instead of fetch in delete_user --- docs/docs/commands/sync.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs') diff --git a/docs/docs/commands/sync.md b/docs/docs/commands/sync.md index d77a660f..8fbb0c47 100644 --- a/docs/docs/commands/sync.md +++ b/docs/docs/commands/sync.md @@ -32,6 +32,14 @@ notifications (security breaches, changes to service, etc). Upon success, you are also logged in :) Syncing should happen automatically from here! +## Delete + +You can delete your sync account with + +``` +atuin unregister +``` + ## Key As all your data is encrypted, Atuin generates a key for you. It's stored in the -- cgit v1.3.1