v1

latestOpenAPI 3.0.32026-07-22238629559.2 KB
TicketingService

Unlink a ticket from findings

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.

post/api/v1/deployments/{deploymentId}/tickets/unlink

Path parameters

deploymentIdstring required

Deployment ID. Can be found at /deployments, or in your Settings in the web UI.

Request body

deploymentIdstring

Deployment ID. Can be found at /deployments, or in your Settings in the web UI.

issue_idsstring[] required

An array of Semgrep finding IDs to unlink tickets from.

Example request

{
  "issue_ids": [
    123,
    456
  ]
}

Response

OK

unlinked_issue_idsstring[]

List of finding IDs that were successfully unlinked from their tickets