Remove execution link
kiwi_execution_remove_linkRemove a link from a test execution by link ID, or remove all links for an execution by execution ID.
Instructions
TestExecution.remove_link by link id or execution_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| link_id | No | LinkReference id | |
| execution_id | No | Test execution id. Removes all links for this execution if link_id is omitted. |