Delete Test Plan
delete_test_planPermanently remove a Test Plan from Allure TestOps by providing its plan ID and confirmation. Returns success even if the plan does not exist, making the operation safe to rerun.
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'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | Requested operation name. | |
| status | No | ||
| plan_id | No | ||
| requires_confirmation | No |