# Delete Unpublished Components

{% hint style="danger" %}
Components that are deleted **after publishing** a Node **will always remain publicly available** in those previous versions of the Node.&#x20;
{% endhint %}

*Before* publishing you can delete components without a trace. However, once published, even though you can update your version and remove components from the new version, your older version and all its components will remain available.&#x20;

In your [Node Workspace](/general-user-overview/node-workspace.md) you can delete components before, and remove them from newer updated versions after, publishing. Removing components is relatively simple.&#x20;

You can delete Node components from your [Node Workspace](/general-user-overview/node-workspace.md). To delete a component you've previously uploaded to your Node, open up the [Node Drive Panel](/general-user-overview/node-workspace/node-drive-panel.md) panel by clicking the hamburger icon <img src="/files/UoRuQl5zORaACttG8b4P" alt="" data-size="line"> in the top left corner.&#x20;

In the **Drive** tab, hover over the component or folder you wish to delete, and click on the three dots that appear next to the component or folder name.&#x20;

<figure><img src="/files/IiGAU7gMlfO0letpZ3iD" alt="" width="301"><figcaption></figcaption></figure>

From the mini-list that pops up, click on Delete at the bottom. <img src="/files/stbevI1JPt3S35QIy4AU" alt="Screenshot 2024-01-30 at 12.28.35.jpg" data-size="line">

<figure><img src="/files/C3QcT8HHvAV0DP6NPjPG" alt="" width="282"><figcaption></figcaption></figure>

A pop-up window will ask you if you want to delete the component/folder:

<figure><img src="/files/89uwODAZadJruL3cRrdh" alt="" width="375"><figcaption></figcaption></figure>

To confirm this step, hit OK in the pop-up window. *This will delete your component/folder.*&#x20;

NB: It might take a refresh for the change to show.&#x20;

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


---

# Agent Instructions: 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:

```
GET https://docs.desci.com/create-and-publish/create-a-node/delete-before-publication/delete-unpublished-components.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
