In this blog you will see how to remove the site group from SharePoint Online site collection using Powershell.
Syntax:
Connect-SPOService -Url https://c986-admin.sharepoint.com/ -credential [email protected]
Remove-SPOSiteGroup -Site https://c986.sharepoint.com/ -Identity "My Group"
Output:
Removed the site group “My Group”.