Delete Test Suite
delete_test_suiteRemove a test suite or group node from the Allure TestOps hierarchy. Requires explicit confirmation to proceed, as this operation permanently deletes the selected suite and its nested entities.
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'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | Requested operation name. | |
| status | No | ||
| suite_id | No | ||
| requires_confirmation | No |