---
title: "removeGraph(_:)"
framework: gameplaykit
role: symbol
role_heading: Instance Method
path: "gameplaykit/gkscene/removegraph(_:)"
---

# removeGraph(_:)

Removes a pathfinding graph from the list of graphs managed by the scene.

## Declaration

```swift
func removeGraph(_ name: String)
```

## See Also

### Managing Pathfinding Graphs

- [graphs](gameplaykit/gkscene/graphs.md)
