Share via


Remove-SPOSiteCollectionAppCatalogById

Removes the site collection app catalog by the id of the site collection.

Syntax

Default (Default)

Remove-SPOSiteCollectionAppCatalogById
    -SiteId <Guid>
    [<CommonParameters>]

Description

Use this cmdlet to remove the site collection app catalog by the id of the site collection.

Examples

Example 1

Remove-SPOSiteCollectionAppCatalogById -SiteId bdbd7458-8199-4e99-87ca-15fe9dc17a86

This example removes the site collection app catalog from the site with the id 'bdbd7458-8199-4e99-87ca-15fe9dc17a86'.

Parameters

-SiteId

Applicable: SharePoint Online

Guid of the site collection.

Parameter properties

Type:System.Guid
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:True
Value from pipeline:False
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

None

Outputs

System.Object