Support
delete account
Kahani Junction support information.
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Delete Account Instructions</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <style> body { font-family: Arial, sans-serif; background-color: #f9f9f9; margin: 0; padding: 20px; color: #333; } .container { max-width: 700px; margin: auto; background: #ffffff; padding: 25px; border-radius: 8px; box-shadow: 0 0 10px rgba(0,0,0,0.05); } h1 { color: #d32f2f; } p { line-height: 1.6; } .email { background: #f1f1f1; padding: 10px; border-radius: 5px; font-weight: bold; } ul { margin-top: 10px; } </style></head><body><div class="container"> <h1>Account Deletion Request</h1> <p> If you want to delete your account permanently, please follow the steps below: </p> <ul> <li>Send an email from your <strong>registered email ID</strong>.</li> <li>Write your request clearly for account deletion.</li> <li>Mention your registered email or username in the email body.</li> </ul> <p> Send your deletion request email to: </p> <div class="email"> [email protected] </div> <p> Once we receive your request, we will verify your details and delete your account within a reasonable time as per our policy. </p> <p> <strong>Note:</strong> Account deletion is permanent and cannot be undone. </p></div></body></html>