Remove-SPOListDesign
Removes a list design. It no longer appears in the UI for creating a new list.
Syntax
Remove-SPOListDesign
[-Identity] <SPOListDesignPipeBind>
[<CommonParameters>]
Description
Removes a list design. It no longer appears in the UI for creating a new list.
Examples
Example 1
PS > Remove-SPOListDesign -Identity 44252d09-62c4-4913-9eb0-a2a8b8d7f863
This example shows how to remove a list design.
Parameters
-Identity
The ID of the list design to remove.
Type: | SPOListDesignPipeBind |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Inputs
Microsoft.Online.SharePoint.PowerShell.SPOListDesignPipeBind
Outputs
System.Object