> 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/topicos/relacionar/fluxos-de-automacao/video-tutoriais/como-excluir-leads-de-comentario.md).

# Como Excluir Leads de Comentário

Leads capturados por comentários em posts de redes sociais não se mesclam com leads de origem WhatsApp. Se esses contatos não fazem sentido para o seu funil, você pode removê-los para manter a base limpa e liberar espaço.\
Siga o passo a passo do vídeo ou use as instruções abaixo como checklist.

Ferramentas usadas

* **Segmentos com filtro**
* **Fluxos de Automação**

Confira o passo a passo:

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

1. Crie um Segmento que filtre apenas os leads de origem: comentário.

Acesse “Segmentos” no Menu.

<figure><img src="/files/V36Z2k32CNp20r4KZrd9" alt=""><figcaption></figcaption></figure>

Defina um nome, e clique na aba “Filtros”.

<figure><img src="/files/6lqP6lT1V8t36SkOac47" alt=""><figcaption></figcaption></figure>

Selecione a condição “O lead comentou em uma postagem (Meta)”, escolhe a conta Meta. Confira se o filtro está publicado, e clique em “Salvar e Fechar”.

<figure><img src="/files/lNXZuHQKyuusvhQbmS4Y" alt=""><figcaption></figcaption></figure>

2. rie um Fluxo de Automação com a ação “Excluir Lead”

Acesse “Fluxos de Automação” no Menu.

<figure><img src="/files/YiIPTjm06bffSJAKfjWZ" alt=""><figcaption></figcaption></figure>

Clique em “+ Novo”, defina um nome para fluxo, e indique o segmento criado anteriormente, no campo “Segmentos”. Clique em “Abrir Construtor”.

<figure><img src="/files/z5ciGY6DZLSkeRw2rbtj" alt=""><figcaption></figcaption></figure>

Clique na bolinha laranja, e em “Ações” para adicionar a ação “Excluir Lead”. Clique em “Aplicar”

<figure><img src="/files/dpAjyX2TZwbq1pfHGInW" alt=""><figcaption></figcaption></figure>

Ao final, deixe o fluxo como **“Publicado”** para acionar o fluxo no segmento indicado, e clique em **“Salvar e Fechar”.**

{% hint style="danger" %}
Atenção: após acionar um fluxo de automação, evite editá-lo pois isso pode prejudicar o andamento do fluxo.
{% endhint %}


---

# 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/topicos/relacionar/fluxos-de-automacao/video-tutoriais/como-excluir-leads-de-comentario.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.
