---
title: "Unlink a Jira ticket"
method: DELETE
path: "/api/v1/deployments/{deploymentId}/ticketing/v2/tickets/{externalTicketId}"
tags: ["TicketingService"]
---

# Unlink a Jira ticket

`DELETE /api/v1/deployments/{deploymentId}/ticketing/v2/tickets/{externalTicketId}`

Unlink a Jira ticket by its ID

## Path parameters

- `deploymentId` string, required — Deployment ID. Can be found at /deployments, or in your Settings in the web UI.
- `externalTicketId` integer, required — The ID of the external ticket

## Response `200`

OK

- ProtosOpenapiV1DeleteTicketResponse
  - `issueIds` string[] — List of issue IDs unlinked from ticket

---

[API](https://skmtc.dev/semgrep/apis/semgrep-web-app.md) · [All operations](https://skmtc.dev/semgrep/apis/semgrep-web-app/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/semgrep/semgrep-web-app/revisions/6483eeecd582/schema)
