| external help file | sharepointonline.xml |
|---|---|
| Module Name | Microsoft.Online.SharePoint.PowerShell |
| online version | https://learn.microsoft.com/powershell/module/sharepoint-online/remove-spositescript |
| applicable | SharePoint Online |
| title | Remove-SPOSiteScript |
| schema | 2.0.0 |
| author | trent-green |
| ms.author | trgreen |
| ms.reviewer |
Removes a site script.
Remove-SPOSiteScript [-Identity] <SPOSiteScriptPipeBind> [<CommonParameters>]This example shows how to remove a site design.
Remove-SPOSiteScript 5ea28194-6fe7-4e2c-ba84-c409368278e2Removes a site script.
The ID of the site script to remove.
Type: SPOSiteScriptPipeBind
Parameter Sets: (All)
Aliases:
Applicable: SharePoint Online
Required: True
Position: Named
Default value: None
Accept pipeline input: False
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.