For the complete documentation index, see llms.txt. This page is also available as Markdown.

Remove Properties

Use this method to remove a property from an Item.

Usage in your script

const removeProperty = await alturaItem.removeProperty(PROPERTY_NAME);
const removeProperty : IAlturaItem = await alturaItem.removeProperty(PROPERTY_NAME);

Parameters

Parameter
Type
Required
Description

PROPERTY_NAME

String

Yes

The name (key) of the property you'd like to change

Last updated