Installation and Upgrade > Installation and Configuration Guide > Advanced Configurations > Configuring PTC HTTP Server and Embedded Servlet Engine With Other Options > Running PTC HTTP Server as a Windows Service > Uninstalling the PTC HTTP Server Windows Service
  
Uninstalling the PTC HTTP Server Windows Service
Instructions to uninstall the PTC HTTP Server Windows service have been provided using the PTC HTTP Server Ant command and without the Ant command.
Uninstall without Ant
Execute this command from the <Apache>/bin directory.
apache -k uninstall -n <ServiceName>
Where <ServiceName> is the name you gave the PTC HTTP Server Windows service when you created it.
Uninstall with Ant
Execute this command from the <Apache> directory.
ant -f config.xml uninstallService -DserviceName <ServiceName>
Where <ServiceName> is the name you gave the PTC HTTP Server Windows service when you created it.