Skip to content

Latest commit

 

History

History
76 lines (50 loc) · 1.64 KB

File metadata and controls

76 lines (50 loc) · 1.64 KB
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-spositedesign
applicable SharePoint Online
title Remove-SPOSiteDesign
schema 2.0.0
author samkabue
ms.author speedta
ms.reviewer

Remove-SPOSiteDesign

SYNOPSIS

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

SYNTAX

Remove-SPOSiteDesign [-Identity] <SPOSiteDesignPipeBind> [<CommonParameters>]

DESCRIPTION

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

EXAMPLES

Example 1

This example shows how to remove a site design.

Remove-SPOSiteDesign 21209d88-38de-4844-9823-f1f600a1179a

PARAMETERS

-Identity

PARAMETERS

-Identity

Applicable: SharePoint Online

The ID of the site design to remove.

Type: Microsoft.Online.SharePoint.PowerShell.SPOSiteDesignPipeBind
Parameter Sets: (All)
Aliases:

Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False

CommonParameters

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

INPUTS

Microsoft.Online.SharePoint.PowerShell.SPOSiteDesignPipeBind

OUTPUTS

System.Object

NOTES

RELATED LINKS