Appearance
Delete Item Attribute
Deletes one or multiple attributes of one or multiple items.
Permissions
| Command Kind | Needed User Kind |
|---|---|
| Write | All |
Parameters
| Name | Type | Description | Required | Default | Values |
|---|---|---|---|---|---|
| Dimension | string | Name of the dimension ([Dimension]). | yes | ||
| Item | array of string | Name of the dimension item ([Item]). | yes | ||
| Attribute | array of string | Name of the attribute ([Attribute]). | no |
Result
No fields
Code
text
DELETE ITEM ATTRIBUTE
DIMENSION=[string, Needed]
ITEM=[string, Multiple, Needed]
ATTRIBUTE=[string, Multiple]