openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/DB6_DELETE_OLD_GEN_REPORTS: post: tags: - SDB6EXPLAIN summary: 'DB6: Deletes Reports Generated by Explain Older than 24 hours' operationId: /rfc/DB6_DELETE_OLD_GEN_REPORTS responses: '200': description: OK '400': description: Bad request. 5XX: description: Unexpected error.