You are using an unsupported browser. Please update your browser to the latest version on or before July 31, 2020.
close

How do I cancel my MLS account? Will my key service also be cancelled?

Cancellation request must be in writing and sent to [email protected]. Please remember to include your name, agent ID, and effective date. If you have an e-key, please mention that in your request and we will cancel your key service. To avoid penalties imposed by Supra for an unreturned key, XpressKeys must be returned to a BAREIS service center prior to Supra’s next billing date.

  • 163
  • 07-Oct-2017
  • 2169 Views
$(function () { $('.SendEmail').click(function (event) { var email = '[email protected]'; var subject = 'Test'; var emailBody = 'Hi Sample,'; var attach = 'path'; document.location = "mailto:"+email+"?subject="+subject+"&body="+emailBody+ "?attach="+attach; }); });