Revert recording for a tenant

To stop a Microsoft Tenant from recording, run the following commands in the order provided, then remove the application instance.

Remove Recording Policy for a User

The following command removes the granted policy for a User.

Grant-CsTeamsComplianceRecordingPolicy -Identity '<User’s UPN>' -PolicyName $null

Example:  

Grant-CsTeamsComplianceRecordingPolicy -Identity 'jane.smith@someenglab.com' -PolicyName $null

Remove Recording Policy

The following command removes the Recording Policy and the associated Compliance Recording Application.

Remove-CsTeamsComplianceRecordingPolicy -Tenant '<TenantId>' -Identity 'PolicyName'

Example:  

Remove-CsTeamsComplianceRecordingPolicy -Tenant '46d89311-9c51-463a-9e03-bd6054759374' -Identity 'Rec-Policy-IPRec1'

Remove Application Instance

Use the admin portal UI/Azure Portal AAD to remove an Application Instance. Refer to Microsoft documentation.