Delete Step
Sequences
Delete Step from Campaign
Removes a step from the campaign sequence
DELETE
Delete Step
Documentation Index
Fetch the complete documentation index at: https://docs.walead.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Removes a step from your campaign sequence. This is a destructive action that cannot be undone, so use with caution.What Happens When You Delete a Step
- Step is removed: The step and all its variants are permanently deleted
- Sequence is reordered: Steps after the deleted one move up in order
- Leads are adjusted: Leads already in the campaign have their progress updated
- Completed leads checked: If leads had completed the campaign, they may be reset if the deletion creates new steps to execute
Impact on Active Campaigns
If you delete a step from an active campaign:- Leads who haven’t reached this step will skip it
- Leads currently at this step will move to the next one
- Leads who have passed this step are unaffected (unless they were marked as completed)
Response
Returns the updated array of steps after deletion, reflecting the new sequence order.Important Notes
If you want to temporarily disable a step, consider disabling all its variants instead of deleting the entire step.
Before Deleting
Consider:- Are there leads currently at this step?
- Do you want to preserve the message templates for future use?
- Would pausing or disabling variants be a better option?