delete_workitem_testcase_relation
Delete a test case link from a work item by providing the relationRecordId, removing the association between them.
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 返回获取) |