Skip to main content

Delete JIRA Authentications

The following mutation deletes a JIRA Authentication:

mutation DeleteJIRAAuthentication($jiraAuthenticationId: ObjectID!) {
deleteJiraAuthentication(
input: { jiraAuhtenticationId: $jiraAuthenticationId }
) {
jiraAuthentication {
id
}
}
}

Try in explorer

caution

Deleting a JIRA Authentication will delete all JIRA Integrations associated with it.