Skip to main content

Delete JIRA Integrations

The following mutation deletes a JIRA Integrations:

mutation DeleteJIRAIntegration($jiraIntegrationId: ObjectID!) {
deleteJiraIntegration(input: { jiraIntegrationId: $jiraIntegrationId }) {
jiraIntegration {
id
}
}
}

Try in explorer

caution

Deleting a JIRA Integration will delete all associations between Test Suites and that JIRA Integration.