Delete Tests
The follwing mutation deletes a test:
mutation DeleteTest($testId: ObjectID!) {
deleteTest(input: {
testId: $testId
}) {
test {
id
}
}
}
caution
Removing a test from a test suite won't affect any previously completed builds and test results.