---
title: "Unlink a ticket from findings"
method: POST
path: "/api/v1/deployments/{deploymentId}/tickets/unlink"
tags: ["TicketingService"]
---

# Unlink a ticket from findings

`POST /api/v1/deployments/{deploymentId}/tickets/unlink`

Remove the ticket association from one or more Semgrep findings by providing a list of finding IDs. This does not delete the ticket in your issue tracker — it only removes the association in Semgrep.

## Path parameters

- `deploymentId` string, required — Deployment ID. Can be found at /deployments, or in your Settings in the web UI.

## Request body

- ProtosOpenapiV1UnlinkTicketRequest — Unlink ticket request
  - `deploymentId` string — Deployment ID. Can be found at /deployments, or in your Settings in the web UI.
  - `issue_ids` string[], required — An array of Semgrep finding IDs to unlink tickets from.

## Response `200`

OK

- ProtosOpenapiV1UnlinkTicketResponse
  - `unlinked_issue_ids` string[] — List of finding IDs that were successfully unlinked from their tickets

---

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