# Deactivate License Page

### QlmReleaseLicense.aspx <a href="#h_01hdm5wzxv8q8mxzw1y5w2xffp" id="h_01hdm5wzxv8q8mxzw1y5w2xffp"></a>

**QlmReleaseLicense.aspx** is a web page that your users can fill out to deactivate a license from a given computer. You can launch this page with or without any arguments. If you provide arguments, the corresponding fields in the form will auto-populate with the provided values.

If you enable the [Server Property](https://support.soraco.co/hc/en-us/articles/207920563-Server-Properties) showDeactivationVerificationCode, a customer will need to enter a Deactivation Verification Code (DVC) to deactivate a license. If you are using the QLM License Wizard, the wizard will display the DVC when an offline user tries to deactivate a license. You can also use [CreateDeactivationCode](https://support.soraco.co/hc/en-us/articles/360031442411-QlmLicense-CreateDeactivationCode) API to create a DVC.

The

| **Argument**  | **Description**                                                                                           |
| ------------- | --------------------------------------------------------------------------------------------------------- |
|               |                                                                                                           |
| is\_avkey     | Activation Key of the end-user                                                                            |
| is\_pcid      | Computer ID of the end-user. This argument is optional if the license is a single activation license key. |
| is\_deactcode | Deactivation verification code generated by the client.                                                   |

&#x20;

Example:&#x20;

<https://qlm3.net/qlmdemo/qlmcustomersite/> QlmReleaseLicense.aspx ?is\_avkey=AXK80-60R00-GHJ3S-I862Y-1I1UR-AQDV2\&is\_pcid=123


---

# 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.soraco.co/docs/self-help-customer-site/qlmcustomersite-qlm-self-help/deactivate-license-page.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.
