Delete Attribute

If an attribute is no longer required, you can delete it by using the Delete Attribute command.

delete attribute NAME;
  • NAME is the name of the attribute to be deleted.

Searches the list of defined attributes. If the name is found, that attribute is deleted. If the name is not found, an error message is displayed.

For example, to delete the Shipping Address attribute and the Label attribute, enter the following two commands:

delete attribute "Shipping Address";
delete attribute Label;

After these commands are processed, the attributes are deleted and you receive an MQL prompt for another command.