Appearance
Delete Tree
Deletes one or multiple trees. The item of the dimension is not deleted.
Permissions
| Command Kind | Needed User Kind |
|---|---|
| Write | All |
Parameters
| Name | Type | Description | Required | Default | Values |
|---|---|---|---|---|---|
| Dimension | string | Name of the dimension ([Dimension]). | yes | ||
| Tree | array of string | Name of the tree ([Tree]). A tree is a hierarchical structure of a dimension. A tree is build of sums. These sums can contain other sums or elements of the dimension | yes |
Result
No fields
Code
text
DELETE TREE
DIMENSION=[string, Needed]
TREE=[string, Multiple, Needed]