Skip to content

Delete Dimension Attribute

Deletes one or multiple attributes of the dimension.

Permissions

Command KindNeeded User Kind
WriteAll

Parameters

NameTypeDescriptionRequiredDefaultValues
DimensionstringName of the dimension ([Dimension]).yes
Attributearray of stringName of the attribute ([Attribute]).no
DeleteStandardbooleanIf 'True' the attribute is deleted from the standard attribute list. The default value is 'False'.nofalse

Result

No fields

Code

text
DELETE DIMENSION ATTRIBUTE
DIMENSION=[string, Needed]
ATTRIBUTE=[string, Multiple]
DELETESTANDARD=[boolean, default=false]