SQ

Data Deletion

for Summit-Questa Admissions Pro

How to request deletion of your data

You can request deletion of personal data associated with your use of Summit-Questa Admissions Pro at any time. We will verify your identity, confirm the scope of deletion, and permanently remove eligible data from our systems and backups within the timelines set out below.

Option A — Submit the form

Complete the request form and our team will confirm via email.

Leave blank if unsure.
If you want us to delete everything associated with your account, say “Delete my entire account and all personal data.”
Or email us at privacy@coreclient.co

Option B — Email

Send an email to privacy@coreclient.co with the subject “Data Deletion Request – Summit-Questa Admissions Pro”. Include:

  • Your full name and email used with the app
  • How you sign in (Facebook, Google, or email/password)
  • What you want deleted (specific items or your entire account)
  • Any relevant IDs (applicant ID, internal user ID)

Facebook Login users (Meta requirement)

If you signed in with Facebook, you may request deletion by using the form above or by emailing us. You can also remove our app’s access in your Facebook settings:
Facebook → Settings & Privacy → Settings → Security and Login → Apps and Websites → Active → remove Summit-Questa Admissions Pro.

API endpoint (optional, for automated requests)

You (or an administrator) may also call our deletion endpoint:

DELETE /api/privacy/data
Authorization: Bearer <token>
Content-Type: application/json

{
  "email": "your@email.com",
  "reason": "delete_all"
}

Replace with your actual endpoint and auth; this block is informational only.