kiwi_delete_entity
Delete Kiwi TCMS records by specifying a model and ORM filter query. Permanently removes matching test cases, runs, executions, or tags.
Instructions
Generic delete: calls .remove with the given ORM filter dict. DESTRUCTIVE. model e.g. "TestCase", "TestRun", "TestExecution", "Tag". query e.g. {"id": 5} or {"id__in": [1,2,3]}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | ||
| query | Yes |