Cancel Any Subscription Instantly with

NoMoreSubs


Generate professional subscription cancellation letters for gym memberships, streaming services, and more. No more waiting on hold or navigating confusing websites.

Subscription Cancellation Letter




Your Cancellation Letter:

const companyEmails = { "netflix": "[email protected]", "spotify": "[email protected]", "hulu": "[email protected]", "amazon prime": "[email protected]", "disney plus": "[email protected]", "apple music": "[email protected]", "youtube premium": "[email protected]", "paramount plus": "[email protected]", "hbo max": "[email protected]", "peacock": "[email protected]", "audible": "[email protected]", "starz": "[email protected]" }; function autoFillEmail() { const serviceInput = document.getElementById('service').value.toLowerCase().trim(); const emailInput = document.getElementById('company-email'); if (companyEmails[serviceInput]) { emailInput.value = companyEmails[serviceInput]; } else { emailInput.value = ""; } } function generateLetter() { const name = document.getElementById('name').value || "[Your Name]"; const service = document.getElementById('service').value || "[Service Name]"; const dateInput = document.getElementById('date').value; let formattedDate = "[Cancellation Date]"; if(dateInput) { const dateObj = new Date(dateInput); if(!isNaN(dateObj)) { formattedDate = dateObj.toLocaleDateString(undefined, {year:'numeric', month:'long', day:'numeric'}); } } const letter = `Dear ${service} Customer Service, I am writing to request the cancellation of my subscription effective ${formattedDate}. Please confirm the cancellation and stop any future charges to my account. Thank you for your prompt attention to this matter. Sincerely, ${name} `; document.getElementById('letter-output').value = letter; } function downloadLetter() { const letterText = document.getElementById('letter-output').value; if (!letterText) { alert("Please generate the letter first."); return; } const blob = new Blob([letterText], { type: 'text/plain' }); const url = URL.createObjectURL(blob); const a = document.createElement('a'); a.href = url; a.download = 'Cancellation_Letter.txt'; a.click(); URL.revokeObjectURL(url); } function sendEmail() { const letterText = document.getElementById('letter-output').value; const companyEmail = document.getElementById('company-email').value; if (!letterText) { alert("Please generate the letter first."); return; } if (!companyEmail) { alert("Sorry, we couldn't find the company email address automatically. Please check your service name."); return; } const subject = encodeURIComponent("Subscription Cancellation Request"); const body = encodeURIComponent(letterText); window.location.href = `mailto:${companyEmail}?subject=${subject}&body=${body}`; } function redirectToApp() { window.open("https://app--cancel-wise-92a2e788.base44.app", "_blank"); }
  • **scared to make the call?.

  • scared to do it in person?**.

  • send them our professional letter.



About