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