Delete JIRA Integrations
The following mutation deletes a JIRA Integrations:
mutation DeleteJIRAIntegration($jiraIntegrationId: ObjectID!) {
deleteJiraIntegration(input: { jiraIntegrationId: $jiraIntegrationId }) {
jiraIntegration {
id
}
}
}
caution
Deleting a JIRA Integration will delete all associations between Test Suites and that JIRA Integration.