Remove-TeamsApp

Removes an app in the Teams tenant app store.

Syntax

Remove-TeamsApp
      -Id <String>
      [<CommonParameters>]

Description

Removes an app in the Teams tenant app store.

Examples

Example 1

PS C:\> Remove-TeamsApp -Id b9cc7986-dd56-4b57-ab7d-9c4e5288b775

Parameters

-Id

The app's ID generated by Teams (different from the external ID)

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

Inputs

None

Outputs

System.Object