---
title: "remove(_:)"
framework: spritekit
role: symbol
role_heading: Instance Method
path: "spritekit/skphysicsworld/remove(_:)"
---

# remove(_:)

Removes a specific joint from the physics world.

## Declaration

```swift
func remove(_ joint: SKPhysicsJoint)
```

## Parameters

- `joint`: The joint to remove.

## Mentioned in

Disconnecting Bodies from Joints

## See Also

### Joining Physics Bodies with Joints

- [add(_:)](spritekit/skphysicsworld/add(_:).md)
- [removeAllJoints()](spritekit/skphysicsworld/removealljoints().md)
