naftiko: 1.0.0-alpha2 info: label: IXON API — RoleAudience description: 'IXON API — RoleAudience. 1 operations. Lead operation: RoleAudience. Self-contained Naftiko capability covering one Ixon business surface.' tags: - Ixon - RoleAudience created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: IXON_API_KEY: IXON_API_KEY capability: consumes: - type: http namespace: ixon-roleaudience baseUri: https://portal.ixon.cloud:443/api description: IXON API — RoleAudience business capability. Self-contained, no shared references. resources: - name: roles-parentId-audiences-publicId path: /roles/{parentId}/audiences/{publicId} operations: - name: delete method: DELETE description: RoleAudience outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: parentId in: path type: string required: true - name: publicId in: path type: string required: true authentication: type: bearer token: '{{env.IXON_API_KEY}}' exposes: - type: rest namespace: ixon-roleaudience-rest port: 8080 description: REST adapter for IXON API — RoleAudience. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/roles/{parentid}/audiences/{publicid} name: roles-parentid-audiences-publicid description: REST surface for roles-parentId-audiences-publicId. operations: - method: DELETE name: delete description: RoleAudience call: ixon-roleaudience.delete with: parentId: rest.parentId publicId: rest.publicId outputParameters: - type: object mapping: $. - type: mcp namespace: ixon-roleaudience-mcp port: 9090 transport: http description: MCP adapter for IXON API — RoleAudience. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: roleaudience description: RoleAudience hints: readOnly: false destructive: true idempotent: true call: ixon-roleaudience.delete with: parentId: tools.parentId publicId: tools.publicId outputParameters: - type: object mapping: $.