remove_source_from_execution
Remove a source group and all its linked case-run rows and step results from an execution, without deleting the execution itself.
Instructions
Remove a source group (a suite, collection, or named case-group - one execution_test_run) from an execution. This deletes that group and ALL its case-run rows and step results (cascade). Get the runId (group id) from get_execution (sources[].id) or get_execution_cases (groupId). Does not delete the execution itself. Returns { removed: true }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runId | Yes | Source group UUID (execution_test_run id) to remove | |
| executionId | Yes | Execution UUID |