curl --request DELETE \
--url https://neo.api.projectdiscovery.io/api/v1/issues/bulk \
--header 'Content-Type: application/json' \
--data '
{
"filters": {
"affected_host": "<string>",
"assignee": "<string>",
"component": "<string>",
"confidence": [
"confirmed"
],
"created_after": "2023-11-07T05:31:56Z",
"created_before": "2023-11-07T05:31:56Z",
"cve_id": "<string>",
"cwe_id": "<string>",
"host": "<string>",
"ip_address": "<string>",
"max_cvss": 123,
"min_affected": 123,
"min_cvss": 123,
"port": 123,
"priority": [
"critical"
],
"project_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"search": "<string>",
"severity": [
"critical"
],
"source": [
"<string>"
],
"status": [
"unverified"
],
"tags": [
"<string>"
],
"target": "<string>",
"target_type": "<string>",
"task_id": "<string>",
"template_id": "<string>",
"type": [
"vulnerability"
]
},
"issue_ids": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
]
}
'