Remove component from case
kiwi_case_remove_componentUnlink a component from a test case by supplying case ID and component ID. This disassociates the component, updating the test case's component list.
Instructions
TestCase.remove_component. Unlinks a component from the test case.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| case_id | Yes | Test case id | |
| component_id | Yes | Component id |