#Remove-SPOField Removes a field from a list or a site ##Syntax
Remove-SPOField [-Force [<SwitchParameter>]] [-Web <WebPipeBind>] -Identity <FieldPipeBind> [-List <ListPipeBind>]##Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| Force | SwitchParameter | False | |
| Identity | FieldPipeBind | True | |
| List | ListPipeBind | False | |
| Web | WebPipeBind | False | The web to apply the command to. Omit this parameter to use the current web. |