Pop-TypeData
------------

### Synopsis
Removes Type information from the current session.

---

### Description

Pop-TypeData command removes dynamically created type data from the current session.

---

### Related Links
* [Push-TypeData](Push-TypeData.md)

---

### Parameters
#### **ModuleName**
The name of the Type module.  If there is only one type name,then
this is the name of the module.

|Type      |Required|Position|PipelineInput |
|----------|--------|--------|--------------|
|`[String]`|true    |named   |true (ByValue)|

---

### Syntax
```PowerShell
Pop-TypeData -ModuleName <String> [<CommonParameters>]
```
