sap-system-delete
Remove an existing SAP system from the Simplifier Low Code Platform by specifying its name to manage system configurations.
Instructions
Delete an existing SAP system
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |
Input Schema (JSON Schema)
{
"properties": {
"name": {
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
}