Remove Properties
Last updated
Use this method to remove a property from an Item.
const removeProperty = await alturaItem.removeProperty(PROPERTY_NAME);const removeProperty : IAlturaItem = await alturaItem.removeProperty(PROPERTY_NAME);PROPERTY_NAME
String
Yes
The name (key) of the property you'd like to change
Last updated