Delete Test Suite
delete_test_suiteRemove a test suite node from the hierarchy. Confirmation required to avoid accidental deletion.
Instructions
Delete a test suite node from hierarchy. ⚠️ CAUTION: Destructive.
This operation removes a hierarchy suite/group node. Allure TestOps handles nested entities according to its API behavior for tree groups.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Must be set to True to proceed with deletion. Safety measure. | |
| suite_id | Yes | Suite/group node ID to delete from hierarchy. | |
| project_id | No | Optional Allure TestOps project ID override. | |
| output_format | No | Output format: 'json' (default) or 'plain'. |