AIUNIFY Funnels provides a Delete action in the My Landing Pages Action menu.
Deletion is materially different from editing or cloning because it removes the Landing Page record.
Before the request is submitted, the My Landing Pages interface asks:
Confirm delete?
Cancel the operation if you are not certain that the correct Landing Page has been selected.
The deletion controller searches for the requested Landing Page using both:
The standard delete path therefore removes a Landing Page only when that Landing Page is found within the current user's matching records.
When the Landing Page is found and deleted, AIUNIFY Funnels returns to My Landing Pages with:
Deleted successfully
The Landing Page model defines a relationship to captured form-data records where:
The model also contains a deletion hook that deletes those related FormData records when the Landing Page itself is deleted.
CRITICAL WARNING: Deleting a Landing Page also deletes the captured Lead/form-submission records associated with that Landing Page.
If a Landing Page contains Lead information that may be needed later, export the applicable Leads before deleting the Landing Page.
Lead CSV export is covered in Chapter 35.
Deleting the Landing Page first can remove the associated FormData records that would otherwise have been available for that export.
If your goal is simply to stop using a Landing Page publicly, deletion may be more destructive than necessary.
The Landing Page model has a separate publishing state, and Landing Page Settings provide publishing controls.
Review whether changing the publishing state is more appropriate before permanently removing a Landing Page and its associated Lead records.
The confirmed user deletion controller calls the Landing Page's delete operation directly after locating the user-owned Landing Page.
The current My Landing Pages Delete workflow does not present a restore confirmation or recycle-bin step as part of this operation.
For operational purposes, treat Delete as a destructive action.
AIUNIFY Funnels also maintains Ecommerce Orders separately from Landing Page FormData.
The confirmed Landing Page deletion hook specifically deletes related FormData records.
This manual does not claim that deleting a Landing Page automatically deletes its Ecommerce Order records because that behavior is not established by the confirmed Landing Page deletion hook.
If the Landing Page was used for sales, review Ecommerce → Orders separately before deleting it.
The public Landing Page experience depends on the corresponding Landing Page record.
After intentionally deleting a Landing Page, do not continue distributing its former public address as though the campaign still existed.
Update advertisements, QR destinations, emails, social posts, and other campaign references where necessary.
If the delete controller cannot locate a matching Landing Page for the current user and supplied Landing Page code, the request ends with a not-found response rather than deleting another record.
Lead data can be operationally valuable even after a campaign ends.
Before deleting a campaign Landing Page, determine whether applicable organizational, contractual, or legal retention requirements require Lead or Order information to be preserved elsewhere.
Operating principle: Export what must be retained before deleting. In AIUNIFY Funnels, deleting a Landing Page also deletes its associated Landing Page FormData records.