# RemoveElement(GraphElement)

> Removes the specified GraphElement from this StackNode.

## Definition

* **Type:** Method
* **Namespace:** [UnityEditor.Experimental.GraphView](/engine/6000.7/script-reference/unityeditor/experimental/graphview.md)
* **Assembly:** UnityEditor

```csharp
public void RemoveElement(GraphElement element)
```

### Parameters

**** (\[GraphElement]\(/engine/6000.7/script-reference/unityeditor/experimental/graphview/graphelement)): The GraphElement to remove.
