# Uninstall

You may refer to [HubSpot guidelines](https://knowledge.hubspot.com/integrations/connect-apps-to-hubspot#uninstall-an-app) to uninstall the app from your account.

You may want to consider to kill all process, beside.

#### Windows <a href="#unistall-windows" id="unistall-windows"></a>

**Delete application:**

Search in the search bar for *Add or remove programs*, look for the **ERPBridge** app, click on the result found and press *Uninstall*.

**Delete service:**

Search in the search bar for *Services* and click on *Run as administrator*. Search for **ErpBridge Agent Service**, right-click on the following line and press **Stop**. The system will now display a warning dialogue indicating that the service has been stopped unexpectedly.

Now, to permanently delete the service, go back to the search bar of your computer and search for *Command Prompt* and select *Run as administrator*. Write the following line of code and press *enter*:

`sc delete "ErpBridge Agent Service"`

If you go back into the services application, right-click and select *Refresh* you will no longer see the **ErpBridge Agent Service**.

Open the file explorer and go to the following path: `%appdata%`

Delete the directory **com.diemmea.erp2hubspot**


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.erpbridge.io/uninstall.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
