OBJECT
removeTestExecutionsFromTestPlan
link Example
The mutation below will remove the Test executions with issue id "54321" and "67890" from the Test Plan "12345".
mutation { removeTestExecutionsFromTestPlan(issueId: "12345", testExecIssueIds: ["54321", "67890"]) }