Last updated: August 28, 2026.
Redexa Social is a local-first desktop application: it does not have a server that stores your account data, so there is nothing on our side to delete on request. Everything the app knows about your accounts — access tokens, statistics, content history — lives only in a SQLite database on your own computer. Deleting it is something you do directly, in full control, without waiting on us.
The corresponding access token is deleted immediately from the local database. Nothing is sent to us — there is nothing for us to receive.
Everything the app stores lives in one folder:
%APPDATA%\RedexaSocial. Paste that into the Explorer address
bar to open it.
cache.db file inside it,
which holds every token and every piece of collected data.Because tokens live only on your device, the platforms themselves are the authoritative place to confirm access has been cut. You can revoke Social Dashboard's access at any time from the security settings of YouTube (Google), Instagram (Meta), TikTok or X — this works whether or not the app is still installed.
Questions about this process can be opened as an issue on GitHub.