v1

latestOpenAPI 3.0.32026-07-22238629559.2 KB
ExternalTicketingService

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/notifications/deployments/{deploymentId}/ticketing/v2/{ticketingInstanceId}/tickets/unlink

Path parameters

deploymentIdinteger required

The unique numerical identifier of the deployment associated with the finding. Can be found via the Deployments Service or in your Settings in the web UI.

Example:1234
ticketingInstanceIdinteger required

The unique numerical identifier of the ticketing instance. Can be found via the Get External Ticketing Instances endpoint.

Example:5678

Request body

issueIdsinteger[]

An array of Semgrep finding IDs to unlink tickets from.

Response

OK

unlinkedIssueIdsinteger[]