> For the complete documentation index, see [llms.txt](https://docs.floui.io/guia/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.floui.io/guia/conectores/categorias/manipulacao-de-arquivos/file-remove.md).

# File Remove

{% tabs %}
{% tab title="Parâmetros" %}

<figure><img src="/files/n05wCqFlHajF5p3XguQi" alt="" width="370"><figcaption><p>Parâmetros de configuração</p></figcaption></figure>

| Campo                                          | Tipo           | Descrição                                                                                                                      |
| ---------------------------------------------- | -------------- | ------------------------------------------------------------------------------------------------------------------------------ |
| Descrição                                      | String         | Elemento visual usado para descrever a funcionalidade do conector dentro do fluxo.                                             |
| Localização da arquivo ou pasta                | Campo de texto | Indica a localização da pasta dentro do storage no Workspace atual. Pode ser utilizado “/” como prefixo para caminho absoluto. |
| Deseja remover os arquivos de forma recursiva? | Campo de texto | Permite forçar a remoção de todos os arquivos ou pastas dentro do caminho pesquisado.                                          |
| Output path                                    | Campo de texto | Define o nome de um atributo que irá armazenar a saída de dados do conector dentro do objeto msg no contexto do fluxo atual.   |
| {% endtab %}                                   |                |                                                                                                                                |

{% tab title="Payload" %}

## Sucesso

Em caso de sucesso na remoção do seu arquivo ou documento, um valor booleano definido como <mark style="color:green;">**true**</mark> será indicado na carga de payload do componente.

## Erro

Caso haja um problema que impeça a exclusão do seu arquivo ou diretório, o log interno do fluxo irá lançar uma exceção contendo o nome do evento e a mensagem associada ao erro.

<div><figure><img src="/files/pb2UdR6sQqQEdwcR9xag" alt=""><figcaption><p>Atributo remove representando o payload do componente em caso de falhas.</p></figcaption></figure> <figure><img src="/files/Cu6lps8CiJz5AbeXVbOB" alt=""><figcaption><p>Saída no painel de logger para as execuções do fluxo.</p></figcaption></figure></div>
{% endtab %}
{% endtabs %}


---

# 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.floui.io/guia/conectores/categorias/manipulacao-de-arquivos/file-remove.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.
