naftiko: 1.0.0-alpha2 info: label: github-repos-api — Delete description: 'github-repos-api — Delete. 3 operations. Lead operation: GitHub Delete an Issue Comment. 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-issues-delete baseUri: '' description: github-repos-api — Delete business capability. Self-contained, no shared references. resources: - name: repos-owner-repo-issues-comments-comment_id path: /repos/{owner}/{repo}/issues/comments/{comment_id} operations: - name: deleteanissuecomment method: DELETE description: GitHub Delete an Issue Comment outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: Authorization in: header type: string - name: X-GitHub-Api-Version in: header type: string - name: Accept in: header type: string - name: repos-owner-repo-issues-comments-comment_id-reactions-reaction_id path: /repos/{owner}/{repo}/issues/comments/{comment_id}/reactions/{reaction_id} operations: - name: deleteanissuecommentreaction method: DELETE description: GitHub Delete an Issue Comment Reaction outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: Authorization in: header type: string - name: X-GitHub-Api-Version in: header type: string - name: Accept in: header type: string - name: repos-owner-repo-issues-issue_number-reactions-reaction_id path: /repos/{owner}/{repo}/issues/{issue_number}/reactions/{reaction_id} operations: - name: deleteanissuereaction method: DELETE description: GitHub Delete an Issue Reaction outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - 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-issues-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}/issues/comments/{comment-id} name: repos-owner-repo-issues-comments-comment-id description: REST surface for repos-owner-repo-issues-comments-comment_id. operations: - method: DELETE name: deleteanissuecomment description: GitHub Delete an Issue Comment call: repo-issues-delete.deleteanissuecomment with: Authorization: rest.Authorization X-GitHub-Api-Version: rest.X-GitHub-Api-Version Accept: rest.Accept outputParameters: - type: object mapping: $. - path: /v1/repos/{owner}/{repo}/issues/comments/{comment-id}/reactions/{reaction-id} name: repos-owner-repo-issues-comments-comment-id-reactions-reaction-id description: REST surface for repos-owner-repo-issues-comments-comment_id-reactions-reaction_id. operations: - method: DELETE name: deleteanissuecommentreaction description: GitHub Delete an Issue Comment Reaction call: repo-issues-delete.deleteanissuecommentreaction with: Authorization: rest.Authorization X-GitHub-Api-Version: rest.X-GitHub-Api-Version Accept: rest.Accept outputParameters: - type: object mapping: $. - path: /v1/repos/{owner}/{repo}/issues/{issue-number}/reactions/{reaction-id} name: repos-owner-repo-issues-issue-number-reactions-reaction-id description: REST surface for repos-owner-repo-issues-issue_number-reactions-reaction_id. operations: - method: DELETE name: deleteanissuereaction description: GitHub Delete an Issue Reaction call: repo-issues-delete.deleteanissuereaction with: Authorization: rest.Authorization X-GitHub-Api-Version: rest.X-GitHub-Api-Version Accept: rest.Accept outputParameters: - type: object mapping: $. - type: mcp namespace: repo-issues-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-issue-comment description: GitHub Delete an Issue Comment hints: readOnly: false destructive: true idempotent: true call: repo-issues-delete.deleteanissuecomment with: Authorization: tools.Authorization X-GitHub-Api-Version: tools.X-GitHub-Api-Version Accept: tools.Accept outputParameters: - type: object mapping: $. - name: github-delete-issue-comment-reaction description: GitHub Delete an Issue Comment Reaction hints: readOnly: false destructive: true idempotent: true call: repo-issues-delete.deleteanissuecommentreaction with: Authorization: tools.Authorization X-GitHub-Api-Version: tools.X-GitHub-Api-Version Accept: tools.Accept outputParameters: - type: object mapping: $. - name: github-delete-issue-reaction description: GitHub Delete an Issue Reaction hints: readOnly: false destructive: true idempotent: true call: repo-issues-delete.deleteanissuereaction with: Authorization: tools.Authorization X-GitHub-Api-Version: tools.X-GitHub-Api-Version Accept: tools.Accept outputParameters: - type: object mapping: $.