openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/BINARY_RELATION_DELETE: post: tags: - BREL summary: Delete a Binary Relationship operationId: /rfc/BINARY_RELATION_DELETE requestBody: content: application/json: schema: properties: FIRE_EVENTS: type: string default: X maxLength: 1 description: Fire Events for OVBF OBJ_ROLEA: type: object properties: OBJKEY: type: string maxLength: 70 description: Object key OBJTYPE: type: string maxLength: 10 description: Object Type LOGSYS: type: string maxLength: 10 description: Logical system OBJ_ROLEB: type: object properties: OBJKEY: type: string maxLength: 70 description: Object key OBJTYPE: type: string maxLength: 10 description: Object Type LOGSYS: type: string maxLength: 10 description: Logical system RELATIONTYPE: type: string maxLength: 4 required: - OBJ_ROLEA - OBJ_ROLEB - RELATIONTYPE responses: '200': description: OK '400': description: Bad request. 5XX: description: Unexpected error.