unlink_automated_test
Remove an automated test link from a manual test case using its linkId. If it's the last link, the case's automation status reverts to Manual.
Instructions
Remove one automated-test link from a manual test case by its linkId (the _id of a linkedTests entry — from get_test_case_links or get_manual_test_case). Requires write permission; not gated by plan so a downgraded org can still detach. When the last link is removed the case automationStatus reverts to Manual. 404 when the linkId is not on that case.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| caseId | Yes | Manual test case ID (Required). Internal _id or 'TC-123' style ID. | |
| linkId | Yes | linkedTests[]._id (Required), e.g. 'tcm_link_…'. | |
| projectId | Yes | Project ID (Required). The TestDino project identifier. |