Delete Test Case
delete_test_caseArchive obsolete test cases with a soft delete that removes them from active views but allows recovery. Historical data and launch associations may be affected.
Instructions
Archive an obsolete test case. ⚠️ CAUTION: Destructive.
This performs a SOFT DELETE (archive). The test case can typically be recovered from the Allure UI if needed.
⚠️ CAUTION: This action removes the test case from active views. Historical data and launch associations may be affected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Must be set to True to proceed with deletion. Safety measure. | |
| project_id | No | Optional Allure TestOps project ID override. | |
| test_case_id | Yes | The Allure test case ID to archive. | |
| output_format | No | Output format: 'json' (default) or 'plain'. |