Skip to main content

Delete Tests

The follwing mutation deletes a test:

mutation DeleteTest($testId: ObjectID!) {
deleteTest(input: {
testId: $testId
}) {
test {
id
}
}
}

Try in explorer

caution

Removing a test from a test suite won't affect any previously completed builds and test results.