v1
latestOpenAPI 3.0.32026-07-22238629559.2 KBTicketingService
Unlink a Jira ticket
Unlink a Jira ticket by its ID
delete/api/v1/deployments/{deploymentId}/ticketing/v2/tickets/{externalTicketId}
Path parameters
deploymentIdstring required
Deployment ID. Can be found at /deployments, or in your Settings in the web UI.
externalTicketIdinteger required
The ID of the external ticket
Example:456
Response
OK
Example response
{
"issueIds": [
"18759",
"18760"
]
}