# How to delete a record for a specific ComputerID

To delete a record with a specific ComputerID, perform the steps below.&#x20;

* Delete the record from the main License Keys table
  * Launch the QLM Management Console
  * Go to the Manage Keys tab
  * Set the Field ID dropdown to **ComputerID**
  * Set the operator to **like**
  * Enter a value of the **ComputerID**
  * Click **search**
  * If records are found, select them then click **Delete**.

![mceclip0.png](https://support.soraco.co/hc/article_attachments/360034822311/mceclip0.png)

&#x20;

* Delete the record from the main License Keys **History** table
  * Launch the QLM Management Console
  * Go to the Manage Keys tab
  * Set the Field ID dropdown to **ComputerID**
  * Set the operator to **like**
  * Enter a value of the **ComputerID**
  * Click the search dropdown and select **search history**
  * If records are found, select them then click **Delete**.

![mceclip1.png](https://support.soraco.co/hc/article_attachments/360034822431/mceclip1.png)


---

# 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/faq/how-to-delete-a-record-for-a-specific-computerid.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.
