# Delete Node

{% hint style="info" %}
Please Note: Deleted Nodes will be removed from all the channels the Organization is part of and cannot be retrieved.
{% endhint %}

### Instances where deletion of a Node is not possible:

1. It is necessary to have at least one Peer Node for each participating Organization within a Network.
2. A channel must have a minimum of one Orderer, and if an Orderer is associated with multiple channels, it can only be removed if there are alternative Orderer nodes available for all channels.

### Delete a Node:

* Navigate to the Network where the Nodes are present
* Select Nodes in the Sidebar
* Select the Node from the Node listing
* In the Node Overview page, click on Delete to delete the Node

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

{% hint style="info" %}
It is recommended to have an odd number of orderer nodes on the network as it ensures that the Network remains operational even in the presence of node failures.\
[Learn more](/support/why-is-it-recommended-to-have-an-odd-number-of-orderer-nodes-on-a-network.md)
{% endhint %}


---

# 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.spydra.app/how-to/private-network/nodes/delete-node.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.
