GitHub · Capability

github-repos-api — Delete

github-repos-api — Delete. 1 operations. Lead operation: GitHub Delete Code Scanning Analysis from Repository. Self-contained Naftiko capability covering one Github business surface.

Run with Naftiko GithubDelete

What You Can Do

DELETE
Deletecodescanninganalysisfromrepository — GitHub Delete Code Scanning Analysis from Repository
/v1/repos/{owner}/{repo}/code-scanning/analyses/{analysis-id}

MCP Tools

github-delete-code-scanning-analysis

GitHub Delete Code Scanning Analysis from Repository

idempotent

Capability Spec

repo-code-scanning-delete.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: github-repos-api — Delete
  description: 'github-repos-api — Delete. 1 operations. Lead operation: GitHub Delete Code Scanning Analysis from Repository.
    Self-contained Naftiko capability covering one Github business surface.'
  tags:
  - Github
  - Delete
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GITHUB_API_KEY: GITHUB_API_KEY
capability:
  consumes:
  - type: http
    namespace: repo-code-scanning-delete
    baseUri: ''
    description: github-repos-api — Delete business capability. Self-contained, no shared references.
    resources:
    - name: repos-owner-repo-code-scanning-analyses-analysis_id
      path: /repos/{owner}/{repo}/code-scanning/analyses/{analysis_id}
      operations:
      - name: deletecodescanninganalysisfromrepository
        method: DELETE
        description: GitHub Delete Code Scanning Analysis from Repository
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: analysis_id
          in: path
          type: integer
          description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` operation.
          required: true
        - name: confirm_delete
          in: query
          type: string
          description: Allow deletion if the specified analysis is the last in a set. If you attempt to delete the final analysis
            in a set without setting this parameter to `true`, yo
        - name: Authorization
          in: header
          type: string
        - name: X-GitHub-Api-Version
          in: header
          type: string
        - name: Accept
          in: header
          type: string
    authentication:
      type: bearer
      token: '{{env.GITHUB_API_KEY}}'
  exposes:
  - type: rest
    namespace: repo-code-scanning-delete-rest
    port: 8080
    description: REST adapter for github-repos-api — Delete. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/repos/{owner}/{repo}/code-scanning/analyses/{analysis-id}
      name: repos-owner-repo-code-scanning-analyses-analysis-id
      description: REST surface for repos-owner-repo-code-scanning-analyses-analysis_id.
      operations:
      - method: DELETE
        name: deletecodescanninganalysisfromrepository
        description: GitHub Delete Code Scanning Analysis from Repository
        call: repo-code-scanning-delete.deletecodescanninganalysisfromrepository
        with:
          analysis_id: rest.analysis_id
          confirm_delete: rest.confirm_delete
          Authorization: rest.Authorization
          X-GitHub-Api-Version: rest.X-GitHub-Api-Version
          Accept: rest.Accept
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: repo-code-scanning-delete-mcp
    port: 9090
    transport: http
    description: MCP adapter for github-repos-api — Delete. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: github-delete-code-scanning-analysis
      description: GitHub Delete Code Scanning Analysis from Repository
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: repo-code-scanning-delete.deletecodescanninganalysisfromrepository
      with:
        analysis_id: tools.analysis_id
        confirm_delete: tools.confirm_delete
        Authorization: tools.Authorization
        X-GitHub-Api-Version: tools.X-GitHub-Api-Version
        Accept: tools.Accept
      outputParameters:
      - type: object
        mapping: $.