Landis Contact Center for Microsoft Teams
  • About
  • Getting Started
  • Setup
    • Organization Settings
    • Set Up Users
    • Set Up Queue
      • Calling Queue
      • Chat Queue
        • Web Chat
    • Set Up IVR
    • Set Up Queue or IVR Resource Account
      • Option 1: Teams Admin Center
      • Option 2: Contact Center (Preview)
    • Set Up Policy Call Recording
    • Set Up Sentiment Analysis
    • Set Up Business Hours Sets
    • Set Up Holiday Hours Sets
    • Set Up Organization Units
    • Set Up Wall boards
    • Set Up Wrap-Up Question Set
    • Set Up Scheduled Reports
    • Set Up Auto Attendant [Teams]
    • Install Teams App
    • Failover Options
  • Daily Usage
    • Agent
      • My Settings
      • Agent Panel
      • Transferring Calls
    • Supervisor / Manager
      • Monitor Live Calls
        • Call Barge
        • Pick Call
        • Listen In
        • Whisper In
      • Listen to Recordings
      • Manage Agent Status
      • Manage Agent Queue Sign-ins
  • Analytics & Reports
    • Home
    • Dashboard
    • Live Calls
    • Queue Status
    • Agent Status
    • Wallboards
    • Queue Summary
    • Agent Summary
    • IVR Summary
    • Queue Details
    • Agent Details
    • IVR Details
    • Recordings
    • Abandoned Calls
    • Queue Calls by Hour
    • Agent Timeline
    • Wrap Up Answers
    • Callback Requests
    • Data Collection Records
    • Call Details
  • Administration
    • Call Settings Policies
    • Data Access Policies
    • Data Collection
    • Direct Call Records Groups
    • Organization Units
    • Queue and IVR Access Control
    • Roles
    • Settings
    • Users
    • Webhooks
  • Maintenance
    • Delete Stuck Live Calls
    • Retrieve Stuck Live Calls
    • Delete Stuck Agent Panel Calls
    • Diagnostics
    • Audit Logs
  • Appendix
    • Agent Status Profiles
    • App Service Information
    • Audio Prompts
      • Audio Files
    • Call Popup
    • Call Loop Detection
    • Create Resource Account Using PowerShell
    • Event Webhook
    • External Recording/audio prompt Storage
    • Feature States
    • Hang Up
    • Integration Permissions
    • IVR Data Dip Power Automate Flow Configuration
    • JSON IVR Design (deprecated)
    • Languages
    • Microsoft Azure Cognitive Services
    • Presence API Service Account
    • Queue Alerting Type
    • Queue Call Back
    • Queue Priority
    • Queue Routing Type
    • Remove Contact Center
    • Report Options
      • Search
      • Date Range Selector
      • Export to Excel
      • Add Filters
      • Edit Columns
    • Reroute on No Answer (RONA)
    • Skills Based Routing
      • Skill Category
      • User Skills
      • Queue Skills
    • Skype for Business Hybrid
    • Teams API Service Account
    • Teams Presence Based Routing
    • Terms and Conditions
    • Timezone Reference
    • Transfer to PSTN
    • Trial Expiration
  • Definitions
    • [Contact Center] Service
    • [Contact Center] Organization
  • Service Health
    • Current Incidents
    • Incident Reports
  • What's new in Contact Center
Powered by GitBook
On this page

Was this helpful?

  1. Appendix

Remove Contact Center

Last updated 1 year ago

Was this helpful?

Preauthorization of deletion request

  1. Administration | Settings | Invoice

  2. In the Legal Name field enter "Authorization to delete Landis Contact Center organization" | Save All

Remove service account credentials

  1. Administration | Settings | External Services

  2. Remove Presence API credentials | Save

Landis Contact Center Organization Name

  1. Find and save Landis Contact Center organization name for final step. See

Remove Landis Contact Center Properties in Azure

  1. Navigate to "" using a Microsoft Admin account

  2. Search and select Enterprise Applications

  3. In Enterprise Applications, search for Landis Contact Center

  4. You will see up to 4 Landis Contact Center applications

  5. Select each application and delete it from the Properties tab

Delete Teams resource accounts associated with Contact Center queues and IVRs

  1. In Teams, unassign the phone number applied to each resource accounts.

  2. Navigate to "" using a Microsoft Admin account. Users | Active users

  3. Select appropriate resource accounts and delete

Remove Policy Recording Configuration in Teams (If Previously Enabled)

  1. Run the following PowerShell script to remove the recording configuration. (The MicrosoftTeams PowerShell module will need to be installed.)

Connect-MicrosoftTeams

$RA = Get-CsOnlineApplicationInstance | where {$_.applicationid -eq "3a08b250-02ce-4316-94f7-069f4ae0c41b"}
if ($RA){
    Write-Host "Getting Teams recording policies..."
    $TCRPS = Get-CsTeamsComplianceRecordingPolicy | Where {$_.ComplianceRecordingApplications.Id -eq $RA.ObjectId}
    if ($TCRPS){
        Foreach ($TCRP in $TCRPS){
            if ($TCRP.ComplianceRecordingApplications.Count -eq 1){
                Write-Host "Removing Landis Teams recording policy from users..."
                Get-CsOnlineUser | where {$_.TeamsComplianceRecordingPolicy -eq ($TCRP.Identity.Split(":"))[1]} | Grant-CsTeamsComplianceRecordingPolicy -PolicyName $null
                Write-Host "Removing Landis recording policy..."
                Remove-CsTeamsComplianceRecordingPolicy -Identity $TCRP.Identity
            }
            if ($TCRP.ComplianceRecordingApplications.Count -ge 2){
                Write-Host "Removing Landis recording application from Teams recording policy..."
                $removedLCCRA = $tcrp.ComplianceRecordingApplications | Where-Object {$_.Id -ne $ra.ObjectId}
                Set-CsTeamsComplianceRecordingPolicy $TCRP.Identity -ComplianceRecordingApplications @($removedLCCRA)
            }
            Write-Host "Completed! Please delete the Landis recording user account" $ra.UserPrincipalName
        }
    }

}
  1. Delete the user account that was listed in the output of the above script.

Contact Landis Technologies Customer Support To Delete Organization

  1. Request to delete your contact center organization. Include your Landis Contact Center organization name (retrieved above) and your Microsoft 365 tenant ID.

Open a ticket at ""

Organization Name
https://portal.azure.com
https://admin.microsoft.com
https://support.landis.cloud