delete_automation_step
Remove a specific step from a SendHustle automation by providing the automation ID and step ID. Disable the automation first if it's active to prevent errors during deletion.
Instructions
Delete a step from an automation (DELETE /automations/:id/steps/:stepId). Stop (disable) the automation first if it is enabled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The automation id. | |
| step_id | Yes | The step id to delete. |