delete_workitem_testcase_relation
Remove a test case association from a work item by providing the relation record ID obtained from listing relations.
Instructions
[Project Management] Remove a test case relation from a work item by relationRecordId (obtained from list_workitem_testcase_relations).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workItemId | Yes | 工作项唯一标识 | |
| organizationId | Yes | 企业ID | |
| relationRecordId | Yes | 关联记录ID(通过 list 或 create 返回获取) |