openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/BIZC_DELETE_USAGE_OBJECTS: post: tags: - SBIZC_FW_REMOTE operationId: /rfc/BIZC_DELETE_USAGE_OBJECTS requestBody: content: application/json: schema: properties: IP_USAGE: type: string maxLength: 32 IT_OBJECTS_TO_DELETE: type: array items: type: string maxLength: 64 description: ID of Object in Configurations Table in the SolMan required: - IP_USAGE - IT_OBJECTS_TO_DELETE responses: '200': description: OK '400': description: Bad request. 5XX: description: Unexpected error.