> For the complete documentation index, see [llms.txt](https://docs.sprinthub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinthub.com/en/topics/general/crm/crm-common-questions/crm-deleting-opportunities.md).

# CRM - Deleting Opportunities

Deleting opportunities in the CRM allows you to remove records that are no longer needed or that were created incorrectly.\
This action can be performed in **3 different ways**, depending on your needs.

{% hint style="danger" %}

### Attention

* Deletion is **permanent and irreversible**
* Only users with the proper permissions can perform this action
* Review the information before deleting, especially in bulk actions or automations
  {% endhint %}

{% embed url="<https://youtu.be/kIeN3B19AXE>" %}

***

### Ways to delete opportunities

#### 🔹 1. Individual deletion (manual)

Ideal for removing a specific opportunity.

**Step by step:**

1️⃣ Access the CRM

* Go to **Menu > General > CRM**
* Or use the field **“Find services”**

2️⃣ Locate the desired opportunity

3️⃣ Click on the opportunity

4️⃣ Select the option **“Delete”**

5️⃣ Confirm the action

***

#### 🔹 2. Bulk deletion (action bar)

Recommended when you need to delete several opportunities at the same time.

**Step by step:**

1️⃣ Access the CRM

2️⃣ Select the desired opportunities

3️⃣ Use the **action bar** displayed on the screen

4️⃣ Click on **“Delete”**

5️⃣ Confirm the deletion

***

#### 🔹 3. Deletion via automation

Recommended for scenarios where deletion must happen automatically based on rules.

**Usage examples:**

* Delete opportunities with a certain status
* Remove opportunities after a period of time
* Automatic cleanup of invalid records

**How to configure:**

1️⃣ Access the **Automations**

2️⃣ Create or edit an automation

3️⃣ Define the trigger (e.g.: status change, time, etc.)

4️⃣ Add the action **“Delete opportunity”**

5️⃣ Save and activate the automation

***

### 💡 Tip

If you don't want to lose the history, use the option to **archive the opportunity**.\
That way, it will no longer appear in the main listings, but it will remain recorded in the system.

{% content-ref url="/pages/dda64d6252c6803f24c8479d7fec49dc0fd918de" %}
[CRM - Automation to Archive Opportunities](/en/topics/general/crm/crm-automations/crm-automation-to-archive-opportunities.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.sprinthub.com/en/topics/general/crm/crm-common-questions/crm-deleting-opportunities.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
