v1

latestOpenAPI 3.0.32026-07-22238629559.2 KB
ExternalTicketingService

Delete External Ticket

Delete a ticket and unlink it from Semgrep findings.

delete/api/notifications/deployments/{deploymentId}/ticketing/v2/{ticketingInstanceId}/tickets/{nangoExternalTicketId}

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
nangoExternalTicketIdinteger required

The unique numerical identifier for an external ticket.

To find the ticket ID associated with a Semgrep Finding, use "Get Issue" in the Issues Service. You will see the ticket ID (if present) in json.externalTicket.id.

Response

OK

issueIdsstring[]