Remove-TeamsApp
Removes an app in the Teams tenant app store.
Syntax
Default (Default)
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)
Parameter properties
Type: | String |
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.