Skip to content

Latest commit

 

History

History
57 lines (42 loc) · 1.07 KB

File metadata and controls

57 lines (42 loc) · 1.07 KB
external help file sharepointonline.xml
Module Name Microsoft.Online.SharePoint.PowerShell
online version https://learn.microsoft.com/powershell/module/sharepoint-online/remove-spositedesign
applicable SharePoint Online
title Remove-SPOSiteDesign
schema 2.0.0
author trent-green
ms.author trgreen
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

The ID of the site design to remove.

Type: SPOSiteDesignPipeBind
Parameter Sets: (All)
Aliases:
Applicable: SharePoint Online
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False