
Here are steps:
1.Deactivate the SharePoint Publishing Feature:
- Navigate to your SharePoint site.
- Click on the Settings (gear) icon and select Site settings.
- Under the Site Actions section, click on Manage site features.
- Locate the SharePoint Publishing feature.
- Click Deactivate next to the feature.
2.Once the Brand Center features are removed, you can delete the site:
- Go to the SharePoint Admin Center.
- Under Sites, select Active sites.
- Find the site you want to delete.
- Select the site and click Delete.
3.Recreate the Site with a Different URL:
After deleting the site, you can create a new site with your desired URL. However, be aware that SharePoint may create a redirect site at the old URL to preserve existing links. To reuse the old URL, you may need to remove this redirect site.
Remove the Redirect Site:
Connect-SPOService -Url https://yourdomain-admin.sharepoint.com
Get-SPOSite -Template REDIRECTSITE#0
Remove-SPOSite -Identity https://yourdomain.sharepoint.com/sites/OldSiteURL
Then create a New Site with the Desired URL.
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.