flow_recording_detach_component
Detach (materialize) a component reference in a test into private, editable copied steps. This replaces the live COMPONENT_REF step with a deep copy of the component's current steps and drops the linkage — future edits to the component no longer propagate to this test. One level only: a component that itself references another component cannot be detached. The test must belong to the authenticated user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stepIndex | Yes | 1-based index of the COMPONENT_REF step to detach | |
| recordingId | Yes | Test recording ID containing the component reference |