Delete Test Suite
delete_test_suiteDelete a suite or group node from the hierarchy. Requires confirmation to prevent accidental removal. Use to permanently remove a test suite from the test tree.
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. | |
| tree_id | No | Optional hierarchy tree ID. Use when the suite belongs to a non-default tree. | |
| 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'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | Requested operation name. | |
| status | No | ||
| suite_id | No | ||
| requires_confirmation | No |