> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ecomwize.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Deleting Pages

> Learn how to delete pages from your EcomWize account, including published pages and bulk deletion.

Deleting pages permanently removes them from your EcomWize account. This guide covers how to delete individual pages, handle published pages, and use bulk deletion.

## Deleting a Single Page

<Steps>
  <Step title="Go to the pages list">
    Navigate to the **Pages** section from the sidebar to see all your pages.
  </Step>

  <Step title="Open the page menu">
    Find the page you want to delete and click the **three-dot menu** (more options) button on the right side of the page row.
  </Step>

  <Step title="Click Delete">
    Select **Delete** from the dropdown menu. A confirmation dialog appears.
  </Step>

  <Step title="Confirm deletion">
    The confirmation dialog asks you to verify that you want to permanently delete the page. Click **Delete** to confirm or **Cancel** to go back.
  </Step>
</Steps>

<Warning>
  Page deletion is permanent and cannot be undone. All sections, configurations, and version history for the page are removed.
</Warning>

## Handling Published Pages

If a page is currently published on your Shopify store, you should **unpublish it first** before deleting:

<Steps>
  <Step title="Unpublish the page">
    From the page menu in the pages list, click **Unpublish** to remove the page from your Shopify store.
  </Step>

  <Step title="Confirm the unpublish">
    A confirmation dialog appears. Confirm to proceed with unpublishing.
  </Step>

  <Step title="Verify removal">
    Check your Shopify store to confirm the page is no longer live.
  </Step>

  <Step title="Delete the page">
    After unpublishing, delete the page using the standard deletion process described above.
  </Step>
</Steps>

<Note>
  If you delete a page without unpublishing first, the published page may remain on your Shopify store. It is cleaner to unpublish before deleting.
</Note>

## Bulk Deletion

You can delete multiple pages at once using the multi-select feature:

<Steps>
  <Step title="Enable multi-select">
    In the pages list, checkboxes appear next to each page row. Click the checkboxes to select the pages you want to delete.
  </Step>

  <Step title="Select pages">
    Check the boxes for all pages you want to remove. You can select as many as you need.
  </Step>

  <Step title="Click the bulk delete action">
    A bulk action bar appears when pages are selected. Click the **Delete** button to delete all selected pages at once.
  </Step>

  <Step title="Confirm bulk deletion">
    A confirmation dialog shows how many pages will be deleted. Confirm to proceed.
  </Step>
</Steps>

<Warning>
  Bulk deletion is also permanent. Review your selections carefully before confirming. Consider unpublishing any published pages in the selection first.
</Warning>

## What Gets Deleted

When you delete a page, the following data is permanently removed:

| Data                             | Removed?                                                         |
| -------------------------------- | ---------------------------------------------------------------- |
| Page record and metadata         | Yes                                                              |
| All sections and configurations  | Yes                                                              |
| Version history                  | Yes                                                              |
| Share token and sharing settings | Yes                                                              |
| Brand style                      | No -- brand styles are independent and remain in your account    |
| Uploaded media/assets            | No -- assets remain in your media library for use in other pages |
| Shopify published assets         | No -- must be unpublished separately before or after deletion    |

## Impact on Plan Limits

Deleting a page affects your limits differently depending on its status:

* **Deleting a published page** frees up a slot in your publishing limit. For example, if you are on the Starter plan with 10/10 published pages and delete one, you will have 9/10 and can publish another.
* **Deleting a draft page** does not affect your publishing limit since drafts do not count toward it.
* **Shared links** stop working immediately after the page is deleted. Anyone visiting the share URL will see a "Page not found" message.

## Tips

<AccordionGroup>
  <Accordion title="Consider keeping drafts instead of deleting">
    If you are unsure about deleting a page, consider keeping it as a draft instead. Draft pages do not count toward publishing limits and can serve as references for future designs.
  </Accordion>

  <Accordion title="Duplicate before deleting">
    If you might want the page content in the future, duplicate the page before deleting. This creates a copy you can reference later while cleaning up your pages list.
  </Accordion>

  <Accordion title="Check Shopify after deleting published pages">
    After deleting a page that was published, verify in your Shopify admin that the page or template has been properly removed. If orphaned assets remain, you can manually delete them from the Shopify theme editor.
  </Accordion>
</AccordionGroup>
