Remove a CVI connector from your tenant
Removing Microsoft Teams CVI
This article explains how to remove a Cloud Video Interop Service for Microsoft Teams integration from your Office 365 environment.
We have used the Pexip CVI as an example here
Remove the enterprise application that was added when you consented to the CVI application to access Microsoft Teams in your Office 365 tenant.
Sign in to the Microsoft Azure portal.
Go to Azure Active Directory > Enterprise applications (or just search for Enterprise applications).
Select the CVI Service for MS Teams application.
Select the Properties side menu option (in the Manage section).
Select Delete and confirm when prompted.
Remove the Cloud Video Interop service provider from your Office 365 tenant:
Start a PowerShell session and run the following commands to sign in to your Teams tenant:
In all standard deployments run:
Import-Module MicrosoftTeams
Connect-MicrosoftTeams
If this is a GCC High / Azure US Government Cloud deployment then use these commands instead:
Import-Module MicrosoftTeams
Connect-MicrosoftTeams -TeamsEnvironmentName TeamsGCCH
Run the command:
Remove-CsVideoInteropServiceProvider -Identity <Pexip/Cisco/Polycom/bluejeans>
To run the command, you need the Global administrator role.
Note that you may have to wait up to 24 hours for the integration to be completely removed from the Microsoft Teams environment.
Updated on: 01/06/2023
Thank you!