Delete a Space
Deleting a space permanently removes the space and all of its contents, including any calendars and questions linked to that space. Only someone with space admin permissions can delete that space.
Members of the confluence-administrators
group can also delete spaces, including personal spaces.
If you're unsure about deleting a space, create an XML export of the space as a backup before proceeding. You can then restore the space from the XML export file if you need to.
To delete a space:
- Go to the space and select Space Tools > Overview from the bottom of the sidebar.
- Select Delete Space.
- Select OK.
When the removal process is initiated for a space, the space remains visible in the UI while it's being deleted. During that period, the space can no longer be accessed and it shows in the UI as <space name> (being removed).
Deactivate faster deletion
In Confluence 9.4, we enabled the faster space deletion feature by default. If you experience performance issues after this change, an administrator can revert your site’s settings.
To deactivate faster space deletion as an administrator:
- At the site start-up, pass the
atlassian.darkfeature.confluence.fast-space-deletion.disable=true
system property.
- Restart the Confluence instance.