Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 555 Bytes

RemoveSPOWebPart.md

File metadata and controls

20 lines (16 loc) · 555 Bytes

#Remove-SPOWebPart Removes a webpart from a page ##Syntax

Remove-SPOWebPart -Identity <GuidPipeBind> -ServerRelativePageUrl <String> [-Web <WebPipeBind>]
Remove-SPOWebPart -Title <String> -ServerRelativePageUrl <String> [-Web <WebPipeBind>]

##Parameters

Parameter Type Required Description
Identity GuidPipeBind True
ServerRelativePageUrl String True
Title String True
Web WebPipeBind False The web to apply the command to. Omit this parameter to use the current web.