bw_delete_transformation_routine
Remove a Start, End, or Expert routine from a transformation by specifying the routine type. Deletes the matching rule and cleans up the global routine group, returning 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). |