Delete Test Plan
delete_test_planPermanently removes a test plan from Allure TestOps. Requires confirmation as a safety measure.
Instructions
Delete a Test Plan. ⚠️ CAUTION: Destructive.
Permanently removes the Test Plan from Allure TestOps. The operation is idempotent: if the plan does not exist, it returns success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Must be set to True to proceed with deletion. Safety measure. | |
| plan_id | Yes | ID of the test plan to delete | |
| output_format | No | Output format: 'json' (default) or 'plain'. |