openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/CRM_EI_RFC_DELETE_FEAT_CLU: post: tags: - CRM_EI_RFCL summary: 'EI: Delete feature cluster relationship for an index' operationId: /rfc/CRM_EI_RFC_DELETE_FEAT_CLU 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_ISO: type: string maxLength: 2 description: Language Key (ISO) required: - IV_KB_NAME - IV_LANG_ISO responses: '200': description: OK '400': description: Bad request. 5XX: description: Unexpected error.