#Remove-SPOList Deletes a list ##Syntax
Remove-SPOList [-Force [<SwitchParameter>]] [-Web <WebPipeBind>] -Identity <ListPipeBind>##Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| Force | SwitchParameter | False | |
| Identity | ListPipeBind | True | The ID or Title of the list. |
| Web | WebPipeBind | False | The web to apply the command to. Omit this parameter to use the current web. |