How to remove http (keep https only)

Creating APIproxy by importing zip-bundle it has received both http and https endpoints. How can I remove http, so that only calls over secure https are supported?

Select Proxy End point flow and Remove below line from “HTTPProxyConnection” element.

<VirtualHost>default</VirtualHost>

Indeed, many thanks.

hi @Faij Ahmad, I’m new to apigee and I also need to disable http. Can you please give a little more detail on how to locate that line? thx.