-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdelete-data.html
More file actions
87 lines (77 loc) · 3.61 KB
/
Copy pathdelete-data.html
File metadata and controls
87 lines (77 loc) · 3.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Request deletion of your personal data from ORION PRO, ORION PRO MED, and Orion PlantWise. POPIA compliant.">
<meta name="last-modified" content="2026-06-29">
<title>ORION DevCore — Delete My Data</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<a href="#main-content" class="skip-link">Skip to main content</a>
<header>
<nav aria-label="Primary">
<a href="index.html">ORION DevCore</a>
</nav>
</header>
<main id="main-content" class="legal-document">
<article>
<header class="legal-header">
<h1>Delete My Data</h1>
<p class="legal-subtitle">Request erasure of your personal information from our services</p>
<dl class="legal-meta">
<div>
<dt>Effective Date</dt>
<dd>29 June 2026</dd>
</div>
<div>
<dt>Operator</dt>
<dd>Orion Ventures (Graham Schubach)</dd>
</div>
</dl>
</header>
<section aria-labelledby="section-1-heading">
<h2 id="section-1-heading">1. Your Right to Erasure</h2>
<p>Under the Protection of Personal Information Act (POPIA), you have the right to request that we delete personal information we hold about you. We will process your request within 30 days.</p>
</section>
<section aria-labelledby="section-2-heading">
<h2 id="section-2-heading">2. How to Request Deletion</h2>
<p>Send a deletion request via WhatsApp or email. Include your WhatsApp number so we can identify your data.</p>
<h3>Option A — WhatsApp</h3>
<p>Message <a href="https://wa.me/27724971810">+27 72 497 1810</a> with the phrase: <strong>"Delete my data"</strong></p>
<p>We may verify your identity before processing.</p>
<h3>Option B — Email</h3>
<p>Send an email to <a href="mailto:info@oriondevcore.com">info@oriondevcore.com</a> with subject line <strong>"Data Deletion Request"</strong> and include your WhatsApp number.</p>
</section>
<section aria-labelledby="section-3-heading">
<h2 id="section-3-heading">3. What Gets Deleted</h2>
<p>Upon verification, we will delete:</p>
<ul>
<li>Your WhatsApp messages and conversation history</li>
<li>Your account and profile information</li>
<li>Plant photos and care data (Orion PlantWise)</li>
<li>Any uploaded content associated with your account</li>
</ul>
<p>We may retain de-identified analytics and financial records where required by law (up to 5 years).</p>
</section>
<section aria-labelledby="section-4-heading">
<h2 id="section-4-heading">4. Confirmation</h2>
<p>Once your data has been deleted, we will confirm via WhatsApp or email. If we cannot fulfil your request (e.g. unable to verify identity), we will explain why.</p>
</section>
<section aria-labelledby="section-5-heading">
<h2 id="section-5-heading">5. Contact</h2>
<address>
<p><strong>Information Officer:</strong> Graham Schubach</p>
<p><strong>WhatsApp:</strong> <a href="https://wa.me/27724971810">+27 72 497 1810</a></p>
<p><strong>Email:</strong> <a href="mailto:info@oriondevcore.com">info@oriondevcore.com</a></p>
</address>
</section>
</article>
</main>
<footer>
<p>© 2026 ORION DevCore. All rights reserved.</p>
<p><a href="mailto:info@oriondevcore.com">Contact Us</a></p>
</footer>
</body>
</html>