> For the complete documentation index, see [llms.txt](https://docs.soraco.co/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.soraco.co/docs/api-reference/http-methods/analyticsremoveinstallhttp.md).

# AnalyticsRemoveInstallHttp

### Description

Unregisters an application with the server. You should call this function when the user uninstalls your application.

To invoke this method via a URL, append this function's name to the URL of the QLM License Server and add the required arguments.

{% code overflow="wrap" %}

```http
https://yourserver/yourvirtualdirectory/qlmservice.asmx/AnalyticsRemoveInstallHttp?is_installid=[InstallID]
```

{% endcode %}

### Arguments

| Parameter     | Description                                                            |
| ------------- | ---------------------------------------------------------------------- |
| is\_installid | ID of the installation returned by the call to AnalyticsAddInstallHttp |
