Clear-FormatData
----------------

### Synopsis
Clears formatting to the current session.

---

### Description

The Clear-FormatData command removes the formatting data for the current session.
The formatting data must have been added with Add-FormatData

---

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

* [Pop-FormatData](Pop-FormatData.md)

---

### Examples
> EXAMPLE 1

```PowerShell
Clear-FormatData
```

---

### Outputs
* [Nullable](https://learn.microsoft.com/en-us/dotnet/api/System.Nullable)

---

### Syntax
```PowerShell
Clear-FormatData [<CommonParameters>]
```
