# Sandbox.PhysicsShape.RemoveTag

```csharp
bool RemoveTag(string tag)
```

> **Obsolete.** Use Tags

Remove a tag from this shape.

### Parameters

- `tag` (`string`)

### Returns

`bool`

Declared in [Sandbox.PhysicsShape](/api/Sandbox.PhysicsShape).
Assembly: `Sandbox.Engine`.
