OBJECT
deleteTestExecution
link Example
The mutation below will delete the Test Execution with id "12345".
mutation {
deleteTestExecution(issueId: "12345")
}
OBJECT
The mutation below will delete the Test Execution with id "12345".
mutation {
deleteTestExecution(issueId: "12345")
}