# BaseNodeMixin.remove
Removes this node from its parent

{/* Do not edit this file. It is automatically generated by API Documenter. */}

## BaseNodeMixin.remove() method

Removes this node from its parent

**Signature:**

```typescript
remove(): void;
```

**Returns:**

void

## Example

```ts
node.remove();
```
