< Back

Remove-TeamsApp

Sat Jan 18, 2020 4:18 pm

NAME Remove-TeamsApp



SYNOPSIS

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.





PARAMETERS

-Id <String>

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



Required? true

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

None







OUTPUTS

System.Object







NOTES









-------------------------- Example 1 --------------------------



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







RELATED LINKS