# CullSphereGroup.removeSphere

Removes a sphere from the sphere group.

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
cullSphereGroup:removeSphere( id )
```

[Open the full Game reference](../Game-Script-Environment/Userdata/CullSphereGroup.md#removesphere)

**Parameters:**

| Name | Type | Description |
| --- | --- | --- |
| `sphereGroup` | [CullSphereGroup](../Game-Script-Environment/Userdata/CullSphereGroup.md) | The sphere group. |
| `id` | integer | Sphere id. |
