v1
latestOpenAPI 3.0.32026-07-22238629559.2 KBTicketingService
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
Example request
{
"issue_ids": [
123,
456
]
}Response
OK