Delete a flow
REST API Equivalent: There is no publicly-available Configuration API operation for deleting a flow.
As weโve said before, itโs not hard to end up with a large number of flows; this is especially true in dev environments, where you might have numerous developers experimenting with numerous flows, many of which might never be moved to the product environment. As you might expect, itโs often a good idea to delete those unwanted flows.
Fortunately, Registration Builder makes it easy for you to delete a flow. Before you do this, however, keep in mind that, when you delete a flow, you wonโt just delete the latest version of that flow: instead, youโll delete all the previous versions of the flow as well. If you delete the latest version of Flow_A youโll also get rid of all 78 previous versions of Flow_A as well. Flow_A will no longer exist -- period.
One other thing to keep in mind: thereโs no Undo button and no trash can/recycle bin when it comes to flows. Once you delete a flow, that flow is gone for good.
To delete a flow (and all its previous versions), complete the following procedure:
-
From the Manage Registrations Flow page, click the Actions icon next to the flow that you want to delete, and then click Delete:
-
In the confirmation dialog box, click Delete Flow to delete the flow and all its previous versions:
The flow โ and all its previous versions โ will be deleted.
Updated about 1 year ago