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