TicketingService
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"
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.