Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 425 Bytes

File metadata and controls

14 lines (12 loc) · 425 Bytes

#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.