-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdelete-account.html
40 lines (32 loc) · 1.21 KB
/
delete-account.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width'>
<title>Delete Account</title>
<style>
body {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
padding: 1em;
}
</style>
</head>
<body>
<strong>Delete Account</strong>
<p>
Account Deletion Process on Mobile Application<br><br>
Dear Customer,<br><br>
I hope this message finds you well.<br><br>
We would like to inform you that the functionality to delete your account is already available on our mobile
application's settings page. To initiate the account deletion process, please follow these steps within the mobile
application:<br><br>
1. Open the mobile application.<br>
2. Navigate to the settings page.<br>
3. Locate and select the "Delete Account" option.<br><br>
By following these steps, you will be able to submit a request for the deletion of your account. If you encounter
any difficulties or have further questions, please don't hesitate to reach out to our customer support team at
contact@atharvasystem.com<br><br>
Thank you for choosing our services, and we appreciate your understanding.<br><br>
</p>
</body>
</html>