A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
I was recently able to disconnect a few Sharepoint sites from M365 groups by running the below command in a Sharepoint Online Powershell.
Set-SPOSite -Identity <SiteURL> -ClearGroupId
I didn't test any functionality of the site with the group disconnected as my intention was to replace the group which I was able to do with Set-SPOSiteOffice365Group as normal.