Delete your data
Three ways to have everything Bloom holds about you erased, and what each one removes.
Last updated 4 August 2026
1. From inside Bloom (fastest, and reversible until you confirm)
If you can still sign in, this removes the most and takes about a minute:
- Sign in and open Accounts.
- Find the connection you want gone — the Facebook Page, Instagram account or Threads profile — and choose Disconnect. The stored access token is deleted immediately, along with the engagement Bloom cached for that account.
- To remove everything rather than one connection, open Settings and choose Delete workspace. That erases your brands, posts, drafts, uploaded media, analytics, leads and every connected account.
2. From your Facebook settings
You do not need a Bloom login for this, and it works even if you have forgotten you had an account:
- On Facebook, open Settings & Privacy → Settings → Apps and Websites.
- Find Bloom in the list and choose Remove.
- Tick “Also delete posts, videos or events Bloom posted on your behalf” if you want those removed from Facebook too, then confirm.
Facebook then sends Bloom a signed deletion request. Bloom deletes every connection linked to your Meta account — the access tokens, the Page and account ids, and the engagement data cached for them — and returns a confirmation code. Facebook shows you that code and a link back to this site where you can check what happened.
3. By email
Write to privacy@example.com from the address on your account, or naming the Page or profile that was connected. You will get a confirmation code back, and the deletion is carried out within 30 days — usually the same day.
What is deleted, and what is not
| Deleted | Not deleted |
|---|---|
| Access tokens and every other credential for the connected account, erased rather than archived | Posts already published on Facebook, Instagram or Threads — those live on Meta and only you can remove them there |
| The Page / account / profile ids and the app-scoped user id | Your own drafts and content library, unless you delete the workspace too — that is content you wrote, not data Bloom obtained from Meta |
| Engagement and analytics Bloom cached for those accounts | The deletion record itself: a confirmation code, a date and an outcome, kept so you can check what happened |
Deleting your whole workspace in Settings removes the second column too, apart from the deletion record.
Check a request
If Facebook or an email gave you a confirmation code, enter it here to see what happened.
For operators: the callback URLs
If you run this Bloom, these are the URLs to paste into the Meta App Dashboard under App Settings → Basic. They are also listed, ready to copy, on the Integrations screen of the super-admin console.
| Meta field | URL |
|---|---|
| Privacy Policy URL | http://localhost:3200/privacy |
| Terms of Service URL | http://localhost:3200/terms |
| User data deletion — Data Deletion Instructions URL | http://localhost:3200/data-deletion |
| User data deletion — Data Deletion Request Callback URL | http://localhost:3200/api/meta/data-deletion |
| Deauthorize Callback URL | http://localhost:3200/api/meta/deauthorize |
The callbacks verify Meta’s signed_request against the app secret before acting, so an unsigned or forged request is refused. See our Privacy Policy for what is held and why.