Delete JIRA Authentications
The following mutation deletes a JIRA Authentication:
mutation DeleteJIRAAuthentication($jiraAuthenticationId: ObjectID!) {
deleteJiraAuthentication(
input: { jiraAuhtenticationId: $jiraAuthenticationId }
) {
jiraAuthentication {
id
}
}
}
caution
Deleting a JIRA Authentication will delete all JIRA Integrations associated with it.