Nuclei · Capability

PDCP API — Scans

PDCP API — Scans. 1 operations. Lead operation: Delete vulns tracker association. Self-contained Naftiko capability covering one Nuclei business surface.

Run with Naftiko NucleiScans

What You Can Do

DELETE
Deletevulnsidticket — Delete vulns tracker association
/v1/v1/scans/vulns/{vuln-id}/ticket

MCP Tools

delete-vulns-tracker-association

Delete vulns tracker association

idempotent

Capability Spec

nuclei-scans.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: PDCP API — Scans
  description: 'PDCP API — Scans. 1 operations. Lead operation: Delete vulns tracker association. Self-contained Naftiko capability
    covering one Nuclei business surface.'
  tags:
  - Nuclei
  - Scans
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    NUCLEI_API_KEY: NUCLEI_API_KEY
capability:
  consumes:
  - type: http
    namespace: nuclei-scans
    baseUri: https://api.projectdiscovery.io
    description: PDCP API — Scans business capability. Self-contained, no shared references.
    resources:
    - name: v1-scans-vulns-vuln_id-ticket
      path: /v1/scans/vulns/{vuln_id}/ticket
      operations:
      - name: deletevulnsidticket
        method: DELETE
        description: Delete vulns tracker association
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: provider_name
          in: query
          type: string
        - name: X-Team-Id
          in: header
          type: string
          description: 'Retrieve the Team ID from: https://cloud.projectdiscovery.io/settings/team'
    authentication:
      type: apikey
      key: X-API-Key
      value: '{{env.NUCLEI_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: nuclei-scans-rest
    port: 8080
    description: REST adapter for PDCP API — Scans. One Spectral-compliant resource per consumed operation, prefixed with
      /v1.
    resources:
    - path: /v1/v1/scans/vulns/{vuln-id}/ticket
      name: v1-scans-vulns-vuln-id-ticket
      description: REST surface for v1-scans-vulns-vuln_id-ticket.
      operations:
      - method: DELETE
        name: deletevulnsidticket
        description: Delete vulns tracker association
        call: nuclei-scans.deletevulnsidticket
        with:
          provider_name: rest.provider_name
          X-Team-Id: rest.X-Team-Id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: nuclei-scans-mcp
    port: 9090
    transport: http
    description: MCP adapter for PDCP API — Scans. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: delete-vulns-tracker-association
      description: Delete vulns tracker association
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: nuclei-scans.deletevulnsidticket
      with:
        provider_name: tools.provider_name
        X-Team-Id: tools.X-Team-Id
      outputParameters:
      - type: object
        mapping: $.