# Sandbox.DataBag.Remove

```csharp
bool Remove(string key)
```

Remove the value stored under `key`. Returns true if something was removed.

### Parameters

- `key` (`string`)

### Returns

`bool`

Declared in [Sandbox.DataBag](/api/Sandbox.DataBag).
Assembly: `Sandbox.System`.
