Appearance
Delete Step
Deletes one or multiple steps.
Permissions
| Command Kind | Needed User Kind |
|---|---|
| Write | Admin, Sys |
Parameters
| Name | Type | Description | Required | Default | Values |
|---|---|---|---|---|---|
| Calculation | string | Name of the calculation ([Calculation]). | yes | ||
| Step | array of string | Name of the step ([Step]). A calculation consists of steps. | yes |
Result
No fields
Code
text
DELETE STEP
CALCULATION=[string, Needed]
STEP=[string, Multiple, Needed]