external help file | applicable | schema |
---|---|---|
SharePoint Online |
2.0.0 |
Removes a Site Design
Remove-PnPSiteDesign -Identity <TenantSiteDesignPipeBind>
[-Force [<SwitchParameter>]]
[-Connection <SPOnlineConnection>]
PS:> Remove-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd
Removes the specified site design
If specified you will not be asked to confirm removing the specified Site Design
Type: SwitchParameter
Parameter Sets: (All)
Required: False
Position: Named
Accept pipeline input: False
The ID of the site design to remove
Type: TenantSiteDesignPipeBind
Parameter Sets: (All)
Required: True
Position: 0
Accept pipeline input: True
Optional connection to be used by cmdlet. Retrieve the value for this parameter by eiter specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection.
Type: SPOnlineConnection
Parameter Sets: (All)
Required: False
Position: Named
Accept pipeline input: False