Facebook Data Deletion Instructions
If you have authenticated with Facebook on Mission Growth.ai and wish to remove all data we store about you, please choose one of the options below.
Option 1 — Email Request (recommended)
- Send an email to missiongrowth.ai@gmail.com using the address linked to your Facebook account. Use the subject line: “Facebook Data Deletion”.
- We will erase your data—including backups—within 48 hours and confirm via reply.
Option 2 — Self-Serve API Endpoint
Make a GET
request to the endpoint below,
passing your Facebook user ID in the uid
query parameter
and including the signed_request
payload Facebook sends to your app
for authentication:
GET https://www.missiongrowth.ai/api/facebook/delete?uid=<your_fb_user_id>
The endpoint responds with {"status": "success", "uid": "<uid>"}
on successful deletion.