| external help file | Microsoft.Online.SharePoint.PowerShell.dll-Help.xml |
|---|---|
| Module Name | Microsoft.Online.SharePoint.PowerShell |
| online version | https://learn.microsoft.com/powershell/module/microsoft.online.sharepoint.powershell/remove-spolistdesign |
| schema | 2.0.0 |
| author | samkabue |
| ms.author | speedta |
| ms.reviewer | |
| title | Remove-SPOListDesign |
Removes a list design. It no longer appears in the UI for creating a new list.
Remove-SPOListDesign [-Identity] <SPOListDesignPipeBind> [<CommonParameters>]
Removes a list design. It no longer appears in the UI for creating a new list.
PS > Remove-SPOListDesign -Identity 44252d09-62c4-4913-9eb0-a2a8b8d7f863This example shows how to remove a list design.
The ID of the list design to remove.
Type: Microsoft.Online.SharePoint.PowerShell.SPOListDesignPipeBind
Parameter Sets: (All)
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.