remove_cases_from_collection
Remove selected test cases from a test collection and delete their step results to keep the suite organized.
Instructions
Remove test cases from a test collection. Also deletes any step results for those executions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| caseIds | Yes | Numeric test case IDs to remove (e.g., [1, 2, 3]) | |
| collectionId | Yes | Test collection UUID |