Edit

Share via


Remove-SPOListDesign

Removes a list design. It no longer appears in the UI for creating a new list.

Syntax

Default (Default)

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.

Parameter properties

Type:Microsoft.Online.SharePoint.PowerShell.SPOListDesignPipeBind
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:0
Mandatory:True
Value from pipeline:True
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Inputs

Microsoft.Online.SharePoint.PowerShell.SPOListDesignPipeBind

Outputs

System.Object