How To Delete A SharePoint Site

Introduction

A SharePoint site is a powerful collaboration hub in the Microsoft 365 ecosystem, connecting Teams, document libraries, pages, and content for efficient document management. However, there comes a time when certain SharePoint sites – including communication sites, group-connected team sites, or even a root site – may need to be removed. This could be due to organisational restructuring, project completion, or compliance requirements. Whether you’re a site owner, SharePoint Administrator, or site collection administrator, understanding the correct settings, permissions, and processes to delete a site is essential. In this guide, we’ll cover everything from backup solutions and retention considerations to using PowerShell for advanced management.


Understanding Permissions and Preparation

Who Can Delete a SharePoint Site?

To delete a SharePoint site, you must be a site owner, administrator, or have Full Control permissions within the Site Collection. Without the correct permissions, the delete button will not be available.

To check your access:

  1. Go to the SharePoint site.
  2. Click the Settings Gear Icon.
  3. Choose Site Permissions.
  4. Verify your access level as a site collection administrator or site owner.

Pre-Deletion Checklist

Before deleting a Modern SharePoint site, Classic site, hub site, team site, or subsite:

  • Backup Files: Use the built-in Backup features, Third-party backup solutions, or tools like SharePoint Migrator, MultCloud, or Cloud Transfer.
  • Notify Users: Let Users, Teams channels, and stakeholders know about the change.
  • Review Activity & Dependencies: Check the Last Activity, Site Analytics, and Site hierarchy for dependencies like Planner tasks, OneNote notebooks, Outlook mailbox data, Task Lists, or linked Pages.
  • Retention Policies: Understand your organisation’s retention period and compliance needs.

Step-by-Step Guide: Deleting a SharePoint Site

A. Deleting a Modern SharePoint Site (Microsoft 365)

  1. Sign in with your admin account to Office 365.
  2. Open SharePoint in Microsoft 365 via the Office 365 App Launcher.
  3. In the SharePoint Admin Center, click Active sites.
  4. Locate the site under Views or search by Page Title.
  5. Click the site name to open Site information.
  6. Scroll down and click the delete button.
    • If missing, verify your role in Admin centers or check site association settings.
  7. Confirm the deletion, acknowledging that Files, lists, and document libraries will be removed.
  8. The site moves to the Site Collection Recycle Bin for the set retention period (usually 93 days).

B. Deleting a Classic SharePoint Site

  1. Open the site.
  2. Go to Site Settings from the SettingsGear Icon.
  3. Under Site Actions, click Delete this site.
  4. Confirm deletion.

Modern vs Classic Deletion Steps

Step Modern SharePoint Site Classic Site
Access via Site information Site Settings
Delete site option Delete button Delete this site (Site Actions)
Permission required Full Control Full Control
Recycle bin availability Yes (Site Collection) Yes
Integration with Teams M365 group, Teams site Limited

What Happens After Deletion?

When a SharePoint site is deleted, it moves to the Deleted sites list in the SharePoint Admin Center or the tenant recycle bin. During the retention period:

  • All subsites, pages, and content can be restored.
  • You can recover using the Remove-SPODeletedSite Cmdlet or restoration via the admin interface.

Restoring a Deleted Site

  1. Go to SharePoint Admin Center > Deleted sites.
  2. Select the site.
  3. Click Restore.
  4. Confirm to bring back all site hierarchy, site navigation, and document libraries.

Advanced Deletion with PowerShell

PowerShell Management Shell and PnP.PowerShell can delete and manage SharePoint sites at scale.

  • Use Remove-SPODeletedSite to permanently remove a site from the Site Collection Recycle Bin.
  • Scripts can be automated via Power Automate for recurring cleanup tasks.

These methods are ideal for managing hub sites, project sites, and large SharePoint site collections.


Common Issues & Troubleshooting

  • Delete button missing: Check permissions or site association to a Microsoft Team.
  • Error messages: May indicate content dependencies or block download policy settings.
  • Storage quota issues: Delete unused Files or adjust via Configuration Settings.
  • For persistent problems, contact Microsoft Support or your internal Northwestern IT Service Desk.

Best Practices

  • Maintain a backup solution and verify site inventory tools.
  • Regularly review Site hierarchy function and Site Contents feature.
  • Use feedback from Users to improve site layout and page references.
  • Document all changes in Site Analytics and Activity tab.

FAQs

Can I restore a SharePoint site after deletion? Yes, during the retention period via Deleted sites in the SharePoint Admin Center.

Do deleted sites remove Microsoft 365 groups? Yes, deleting a Teams SharePoint site also removes its associated M365 group.

What happens to linked services like Planner or OneNote? These are removed alongside the site but may have independent backups.

Can I delete a subsite in a hub site? Yes, via Site Contents or Site hierarchy.

What if I need to delete many sites at once? Use PowerShell with Cmdlet commands for bulk removal.


Conclusion

Deleting a SharePoint site – whether a team site, communication site, or Classic subsite – is a serious administrative task. By following the right process, using PowerShell, and ensuring a proper backup solution is in place, you can keep your SharePoint layout clean, secure, and compliant. Always follow Retention Policies and communicate with all affected Users to maintain operational continuity.


Recommended Resources:

Leave a Reply