# Sandbox.Component.Destroy

```csharp
void Destroy()
```

Destroy this component, if it isn't already destroyed. The component will be removed from its
GameObject and will stop existing. You should avoid interating with the component after calling this.

Declared in [Sandbox.Component](/api/Sandbox.Component).
Assembly: `Sandbox.Engine`.
