---
title: removeFromParentNode()
framework: scenekit
role: symbol
role_heading: Type Method
path: scenekit/scnaction/removefromparentnode()
---

# removeFromParentNode()

Creates an action that removes the node from its parent.

## Declaration

```swift
class func removeFromParentNode() -> SCNAction
```

## Return Value

Return Value A new action object.

## Discussion

Discussion When the action executes, the node is immediately removed from its parent. This action is not reversible; the reverse of this action is the same action.
