Removing Microsoft Teams CVI

This article explains how to remove a Pexip Cloud Video Interop Service for Microsoft Teams integration from your Office 365 environment.

  1. Remove the Pexip enterprise application that was added when you consented to the Pexip CVI application to access Microsoft Teams in your Office 365 tenant.

    1. Sign in to the Microsoft Azure portal.
    2. Go to Azure Active Directory > Enterprise applications (or just search for Enterprise applications).
    3. Select the Pexip CVI Service for MS Teams application.

    4. Select the Properties side menu option (in the Manage section).
    5. Select Delete and confirm when prompted.

  2. Remove the Pexip Cloud Video Interop service provider from your Office 365 tenant:

    1. 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

    2. Run the command:

      Remove-CsVideoInteropServiceProvider -Identity Pexip

      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.