delete_execution
Soft-delete a manual test execution and unlink its test collections, preserving source data. Use for whole-execution removal; per-source cleanup before deletion is required.
Instructions
Soft-delete an entire Manual Test Execution, and unlink any Test Collections that pointed to it. The Collections themselves, and the suites and cases behind every source, are left intact: only the execution and its result rows go. Reversible only via support or the database, so use with care. IMPORTANT: do any per-source cleanup FIRST. Once the execution is deleted, remove_source_from_execution answers Execution not found, so there is no route back to its sources. To remove just one source group instead of the whole execution, use remove_source_from_execution. Returns deleted: true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| executionId | Yes | Execution UUID |