Delete Test Plan
delete_test_planPermanently delete a test plan from Allure TestOps by ID. Requires confirmation to proceed; returns success if plan doesn't exist.
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 |