Hi @Glenn Maxwell ,
Please refer to the steps to delete a team channel by using PowerShell:
1.Open Windows PowerShell.
2.Find the MicrosoftTeams PowerShell module. Run the below command:
Find-Module MicrosoftTeams
(If you have installed MicrosoftTeams PowerShell module, please start with Step 5)
3.Install MicrosoftTeams PowerShell module as an Administrator. Run the below command:
Install-Module MicrosoftTeams
4.Verify the PowerShell module is installed. Run the below command:
Get-Module MicrosoftTeams -ListAvailable
5.Connect Microsoft Team. Run the below command:
Connect-MicrosoftTeams
6.Get the GroupId of your team. Run the below command:
Get-team
7.Delete the team channel. Run the below command:
Remove-TeamChannel -GroupId <group id>-DisplayName <Displayname>
Thanks,
Yanli Jiang
*
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.