openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/CRM_IC_SCRIPTING_DELETE_FOLDER: post: tags: - CRM_IC_SCRIPTING_PERSIST summary: Create a folder for Interactive Scripting object operationId: /rfc/CRM_IC_SCRIPTING_DELETE_FOLDER requestBody: content: application/json: schema: properties: OBJECTNAME: type: string maxLength: 32 description: XML Document Name OBJECTTYPE: type: string maxLength: 2 description: Component (Interactive Script Editor Repository) required: - OBJECTNAME - OBJECTTYPE responses: '200': description: OK '400': description: Bad request. 5XX: description: Unexpected error.