Remove case from plan
kiwi_plan_remove_caseUnlink a test case from a test plan by specifying plan ID and case ID. Remove unwanted cases to keep test plans accurate.
Instructions
TestPlan.remove_case. Unlinks a test case from the given plan.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| case_id | Yes | Test case id | |
| plan_id | Yes | Test plan id |