kiwi_delete_test_case
Permanently delete test cases by specifying ORM filters like ID or ID list, removing matching records from Kiwi TCMS.
Instructions
Permanently delete test cases matching an ORM filter dict. DESTRUCTIVE. Pass e.g. {"id": 123} or {"id__in": [1,2,3]}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ORM filter identifying the case(s) to remove |