# Delete inoperational

The delete action removes dead and dormant accounts from your CRM - accounts that are out of business, have non-functional websites, or carry suspicious URLs. This reduces clutter and saves on enrichment costs.

### How deletion works

Kernel evaluates each account against your configured deletion rules, which control parameters such as:

* **Website functionality** - whether the site is working, parked, or offline
* **Company operational status** - whether the business is still active
* **Generic URLs** - whether the account carries a non-corporate URL (e.g., gmail.com)
* **Active ownership** - whether the account is actively managed by a sales rep

Safeguarded accounts are always excluded from deletion, regardless of other factors.

### Risk controls

Deletion recommendations respect your risk tier thresholds. By default, only accounts at or below Medium risk are eligible for deletion. Accounts above your configured threshold are excluded automatically.

### Taking action

Within the Kernel app, you can review all accounts recommended for deletion alongside the reasoning behind each decision. Accounts can be approved or rejected individually or in bulk, filtered by risk tier and CRM fields.

{% hint style="danger" %}
Note: Deleting accounts is a destructive action. Ensure you have appropriately reviewed the data.
{% endhint %}


---

# 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.kernel.ai/app/actioning/delete.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.
