<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1"
/>
<title>Princess Nora Fashion – Account Deletion Request</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 24px;
background-color: #f8fafc;
color: #0f172a;
}
main {
max-width: 720px;
margin: 0 auto;
background: #ffffff;
border-radius: 12px;
padding: 32px;
box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
}
h1 {
font-size: 28px;
margin-bottom: 12px;
}
h2 {
font-size: 20px;
margin-top: 32px;
margin-bottom: 8px;
}
ul {
padding-left: 20px;
}
a {
color: #0f62fe;
}
footer {
margin-top: 32px;
font-size: 14px;
color: #475569;
}
</style>
</head>
<body>
<main>
<h1>Princess Nora Fashion Account & Data Deletion</h1>
<p>
You can request deletion of your Princess Nora Fashion account and associated personal
data at any time. Once the request is verified, we remove the account credentials,
profile information, ticket history, and notification preferences from our systems.
</p>
<h2>How to submit a deletion request</h2>
<ol>
<li>
Send an email to
<a href="mailto:millionsticket.sales@gmail.com"
>millionsticket.sales@gmail.com</a
>
using the subject line "Princess Nora Fashion Account Deletion".
</li>
<li>
Include the following details so we can verify ownership:
<ul>
<li>Full name associated with the account.</li>
<li>Email address or phone number used to sign in.</li>
<li>
Optional: brief context about the data you would like us to delete.
</li>
</ul>
</li>
<li>
We will acknowledge your request within 3 business days and complete the
deletion within 30 days, unless additional verification is required.
</li>
</ol>
<h2>What we delete</h2>
<ul>
<li>Authentication records (email and login metadata).</li>
<li>Profile details stored in Princess Nora Fashion (name, reseller info, preferences).</li>
<li>Ticket scans, draw history, and locally stored analytics linked to your account.</li>
<li>Push notification tokens tied to your identity.</li>
</ul>
<h2>What we may retain</h2>
<p>
Certain aggregated or anonymized metrics that do not identify you may be retained for
fraud prevention and regulatory reporting. Transaction data required by applicable laws
(for example, financial or tax records) is retained for the legally mandated period and is
isolated from active systems.
</p>
<h2>Need help?</h2>
<p>
If you have questions about the process or need to update your request, contact us at
<a href="mailto:millionsticket.sales@gmail.com"
>millionsticket.sales@gmail.com</a
>.
</p>
<footer>
Princess Nora Fashion • Updated: November 2025
</footer>
</main>
</body>
</html>