openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/CRM_EI_FEAT_CLU_DELETE: post: tags: - CRM_EI_FEAT_CLU summary: 'EI: Delete feature cluster relationship for an index' operationId: /rfc/CRM_EI_FEAT_CLU_DELETE requestBody: content: application/json: schema: properties: IV_CLIENT: type: string default: SY-MANDT maxLength: 3 description: Client IV_KB_NAME: type: string maxLength: 30 description: 'EI: name of knowledge base' IV_LANG: type: string maxLength: 1 description: Language Key required: - IV_KB_NAME - IV_LANG responses: '200': description: OK '400': description: Bad request. 5XX: description: Unexpected error.