Data Deletion Request

GDPR Art. 17 · Meta Platform Terms · Last updated April 21, 2026

You can request deletion of all personal data associated with your account on Yumi-AI (https://heaven-os.vercel.app). This includes:

  • Your handles (Instagram @, Snapchat, Fanvue, web pseudo)
  • All messages exchanged (web chat + Instagram DMs forwarded via Meta webhook)
  • Purchase history and access codes
  • Instagram user ID and username stored via Meta Graph API

Two ways to request deletion

Option 1 — By email (fastest)

Email us at yumiiiclub@gmail.com with the subject "Data Deletion Request" and include your Instagram handle or other identifiers. We confirm receipt within 24h and complete deletion within 30 days (GDPR).

Option 2 — Automated API (for Meta App Review compliance)

Meta and developers can hit our automated deletion endpoint:

POST https://heaven-os.vercel.app/api/meta/data-deletion

Body (Meta signed request format):
{
  "signed_request": "<HMAC-signed payload from Meta>"
}

Or manual / end-user format:
{
  "ig_username": "your_instagram_handle",
  "email": "optional",
  "reason": "optional"
}

Response (success):
{
  "url": "https://heaven-os.vercel.app/data-deletion/status?code=<confirmation_code>",
  "confirmation_code": "<unique_code>"
}

The url and confirmation_code are returned to Meta per the Instagram Platform Data Deletion callback spec. You can visit the url to check the status of your deletion request.

What happens next

  1. We log your request and assign a confirmation code
  2. Within 30 days, all personal data is soft-deleted (marked deleted, not purged) for audit trail
  3. After 90 days, data is permanently purged (except payment records held 10 years per EU accounting law)
  4. We notify you via email when deletion is complete

Questions

yumiiiclub@gmail.com · See also our Privacy Policy.