You can disable SSL support by following this KB https://kb.plesk.com/en/124057
However, you HTTPS connection will redirect to the default domain as defined in Plesk.
I add a simple 301 redirect in the .htaccess file for the domains that don't use HTTPS:
RewriteEngine On
RewriteCond %{HTTPS} on...