> For the complete documentation index, see [llms.txt](https://docs.digibee.com/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digibee.com/documentation/developer-guide/pt-br/connectivity-management/ztna/delete-connections.md).

# Como deletar conexões em ZTNA (Edge Routers)

Aprenda como deletar uma conexão (Edge Router) para que ela seja excluída permanentemente do seu banco de dados de conexões ZTNA.

{% hint style="info" %}
Edge Routers (conexões) são vinculados a mapeamentos de redes (rotas) específicos. Ao excluir um Edge Router, lembre-se que os mapeamentos de redes associados não funcionarão corretamente.
{% endhint %}

## Como deletar uma conexão

1. Na página inicial da Plataforma, clique em **Conectividade** no canto superior direito.
2. Na aba **Edge Router**, clique no ícone **Excluir** ao lado da conexão selecionada.
3. Uma nova página será aberta para confirmar a ação.
4. Clique em **Remover** para continuar ou clique em **Cancelar** para retornar à tela anterior.
5. Uma mensagem de sucesso aparecerá na tela.

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MkqXsI0cPgzRnwxNhnH%2Fuploads%2F2lwUNUI3esBapl5CiI9z%2FZTNA_delete_edgerouter_PT%20-%20Made%20with%20Clipchamp.mp4?alt=media&token=db44c865-69a2-4f6d-8c49-de637b416c40>" %}

### Deletando uma conexão associada a rotas

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

Os Edge Routers são vinculados a mapeamentos de rde específicos (rotas). Se você tentar excluir um Edge Router que seja o único link para um Network Mapping, você receberá um alerta informando  que essa ação cria um mapeamento de rede órfão, o que pode prejudicar suas conexões.&#x20;

Se você tiver certeza dessa ação, clique em **Excluir** para prosseguir. Isso ajudará você a evitar interrupções de rede não intencionais.


---

# 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.digibee.com/documentation/developer-guide/pt-br/connectivity-management/ztna/delete-connections.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.
