# RemoveBlockNode(BlockNode)

> Removes the specified BlockNode from this context node.

## Definition

* **Type:** Method
* **Namespace:** [Unity.GraphToolkit.Editor](/engine/6000.7/script-reference/unity/graphtoolkit/editor.md)
* **Assembly:** UnityEditor

```csharp
public void RemoveBlockNode(BlockNode blockNode)
```

### Parameters

**** (\[BlockNode]\(/engine/6000.7/script-reference/unity/graphtoolkit/editor/blocknode)): The [BlockNode](/engine/6000.7/script-reference/unity/graphtoolkit/editor/blocknode.md) to remove.

### Remarks

If the specified block node is not part of this context node, the method does nothing.
