DELETE
/
v1
/
scans
/
vulns
/
{vuln_id}
/
ticket
Delete vulns tracker association
curl --request DELETE \
  --url https://api.projectdiscovery.io/v1/scans/vulns/{vuln_id}/ticket \
  --header 'X-API-Key: <api-key>'
{
  "ok": true
}

Authorizations

X-API-Key
string
header
required

Headers

X-Team-Id
string

Path Parameters

vuln_id
string
required

Query Parameters

provider_name
string

Response

200
application/json

OK

The response is of type object.