bw_delete_transformation_routine
Deletes a start, end, or expert routine from a transformation, removing the rule and cleaning up empty groups. Returns a lock handle for activation.
Instructions
Remove a Start, End, or Expert routine from a Transformation. Deletes the matching rule from group id="0". If no rules remain, removes the entire group. Returns lock_handle for bw_activate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| routine_type | Yes | Routine to remove: "start", "end", or "expert". | |
| transformation_name | Yes | Transformation name (UUID-like key). |