> For the complete documentation index, see [llms.txt](https://guides.clickatell.com/flow/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.clickatell.com/flow/workflow-management/create-new-flow/view-and-retrieve-deleted-nodes-from-the-archive-section.md).

# Delete and restore nodes

## **Delete nodes**

1. Select the node on your canvas.&#x20;
2. In the panel on the right, in the top right corner, click the bin icon.&#x20;

{% hint style="info" %}
This will remove the node **and all subsequent nodes that were connected to it** from your flow.&#x20;
{% endhint %}

<figure><img src="/files/SOw19a8ijgWxAVu5Dtw8" alt="" width="247"><figcaption></figcaption></figure>

## **View deleted nodes**

When you select a workflow, a number is shown in brackets next to the bin icon at the bottom of your list of flows. This indicates the number of nodes that have been deleted from this flow.&#x20;

![](/files/-Mk2G5Bp1PH8U8kEyEHX)

Click the recycle bin to bring up a panel displaying all the parent nodes that were deleted from the selected flow as well as the children nodes connected to them.&#x20;

![](/files/-Mk2GFi0pK1SoU68dgLd)

## **Restore deleted nodes**

To restore a node that you've previously deleted, drag and drop the node from the Recycle Bin onto a placeholder node in the canvas.&#x20;

{% hint style="success" %}
You can select to restore only the parent node or to restore the parent node with all its children nodes.&#x20;
{% endhint %}

{% embed url="<https://vimeo.com/761775254?fe=ci&fl=sv&share=copy>" %}


---

# 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://guides.clickatell.com/flow/workflow-management/create-new-flow/view-and-retrieve-deleted-nodes-from-the-archive-section.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.
