Appearance
Delete Dimension Attribute
Deletes one or multiple attributes of the dimension.
Permissions
| Command Kind | Needed User Kind |
|---|---|
| Write | All |
Parameters
| Name | Type | Description | Required | Default | Values |
|---|---|---|---|---|---|
| Dimension | string | Name of the dimension ([Dimension]). | yes | ||
| Attribute | array of string | Name of the attribute ([Attribute]). | no | ||
| DeleteStandard | boolean | If 'True' the attribute is deleted from the standard attribute list. The default value is 'False'. | no | false |
Result
No fields
Code
text
DELETE DIMENSION ATTRIBUTE
DIMENSION=[string, Needed]
ATTRIBUTE=[string, Multiple]
DELETESTANDARD=[boolean, default=false]