delete_suite
Delete a test suite by ID to remove it from TestCollab, cascading to child suites and test cases.
Instructions
Delete a test suite from TestCollab.
WARNING: This will delete the suite and may affect child suites and test cases. Use with caution.
Required: id (suite ID) Optional: project_id
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Suite ID to delete (required) | |
| project_id | No | Project ID (optional if TC_DEFAULT_PROJECT is set) |