Delete Test Case
delete_test_caseArchives an obsolete test case by soft-deleting it from active views. Requires explicit confirmation to proceed; recoverable from Allure UI if needed.
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'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| name | No | ||
| error | No | ||
| action | No | Requested operation name. | |
| status | No | ||
| test_case_id | No | ||
| requires_confirmation | No |