bw_delete_transformation_routine
Remove a start, end, or expert routine from a transformation. Deletes the routine group if empty and returns a lock handle for activation.
Instructions
Remove a Start, End, or Expert routine from a Transformation. Removes the matching routine rule from the transformation's global routine group. 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). |