Operations3 min read
Trash and recovery
Products, orders, categories and builder pages are soft deleted. They leave the lists immediately and wait in a trash view until you restore them or delete them permanently.
Where trash lives
- Products
- /admin/products/trash
- Orders
- /admin/orders/trash
- Builder pages
- /admin/builder/trash
- Categories
- Trashed from the category manager itself.
Deleting for good
Each trash view offers a permanent delete. That one does not come back, and the admin asks you to confirm in its own dialog rather than a browser prompt.
Tip: An order almost never wants a permanent delete. Trashing it is enough to get it out of the way while keeping the financial record.