openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/CONTROL_BLOCK_DELETE: post: tags: - RHAS summary: Delete Control Block operationId: /rfc/CONTROL_BLOCK_DELETE requestBody: content: application/json: schema: properties: CB_NR: type: string maxLength: 3 description: Control Block Number required: - CB_NR responses: '200': description: OK '400': description: Bad request. 5XX: description: Unexpected error.