Delete and Restore Content
Why safe deletion matters
Section titled “Why safe deletion matters”Deleting the wrong page can break navigation, links, and visitor experience across your site. The CMS uses a two-stage deletion model: soft delete moves items to trash (recoverable), while hard delete removes them permanently. This safety net gives you time to catch mistakes before content is gone forever.
Move content to trash (soft delete)
Section titled “Move content to trash (soft delete)”Soft delete removes content from the content tree and the live site, but keeps it in the trash for recovery.
- Navigate to the page or block you want to delete in the content tree.
- Right-click the item and select Move to Trash.
- If the item has child pages, the CMS warns you that all children move to trash as well. Confirm if you want to proceed.
- Click OK or Confirm.
- Verify the item no longer appears in the content tree.
- Check the Trash view to confirm the item is there.
What happens to references
Section titled “What happens to references”When you delete a page, other content that links to it does not update automatically. Understanding the impact helps you avoid broken links.
- Internal links in rich text fields that point to the deleted page become broken. Visitors see a 404 error or a missing link.
- Content references (such as a related pages field) show the deleted item as unavailable.
- Navigation menus that include the deleted page show a gap or a broken entry.
Before deleting, check what references the content:
- Open the page you plan to delete.
- Look for a Referenced by or Used on section in the properties panel.
- Review the list of pages that link to or reference this content.
- Update or remove those references before deleting.
Restore content from trash
Section titled “Restore content from trash”If you deleted something by mistake, the trash lets you bring it back.
- Open the Trash view from the main navigation or admin section.
- Find the item you want to restore. Use search or browse by deletion date.
- Select the item and click Restore.
- Choose the location in the content tree where the item should reappear. The CMS suggests the original location if it still exists.
- Click OK.
- Verify the page appears in the content tree at the chosen location.
- Check the page status. Restored pages come back as drafts, not as published content. Publish the page if you want it live again.
Permanently delete content (hard delete)
Section titled “Permanently delete content (hard delete)”Hard delete removes content from the trash permanently. You cannot recover hard-deleted content.
- Open the Trash view.
- Find the item you want to permanently delete.
- Select the item and click Delete Permanently or Empty Trash to remove all items at once.
- Confirm the action. The CMS may warn you about the number of items being deleted.
- Verify the item no longer appears in the trash.
Manage the trash
Section titled “Manage the trash”The trash can grow large over time. Administrators should manage it regularly.
- Review periodically — Check the trash monthly for items that can be permanently deleted.
- Scheduled cleanup — The CMS runs a scheduled job that automatically empties items older than a configured number of days. Ask your administrator about the retention period.
- Bulk operations — Select multiple items and delete them permanently in one action.
Soft delete versus hard delete
Section titled “Soft delete versus hard delete”| Aspect | Soft delete (Trash) | Hard delete (Permanent) |
|---|---|---|
| Recoverable | Yes | No |
| Visible to visitors | No | No |
| References preserved | Yes (but broken) | No |
| Storage used | Yes | Freed |
| Includes child pages | Yes | Yes |
1. A content author moves a campaign landing page to the trash. The page had links pointing to it from three blog posts. What happens to those blog post links?
Moving a page to trash removes it from the live site, but other pages that link to it are not automatically updated. Those links become broken, leading to 404 errors for visitors.
Moving a page to trash removes it from the live site, but other pages that link to it are not automatically updated. Those links become broken, leading to 404 errors for visitors.
Review this topic →2. An editor restores a page from the trash to its original location. What is the status of the restored page?
Restored pages come back as drafts for safety. This gives you a chance to review the content and update it before making it live again.
Restored pages come back as drafts for safety. This gives you a chance to review the content and update it before making it live again.
Review this topic →