|  Developer
Updated on May 17, 2022

remove_item_dictionary_value()

  • Remove value with specific key from specific dictionary item
Edit

  • params: item_id (string), item_dictionary_id (string)
  • return: none.
Edit
				
					require "core"

item_id = "1234abcd"
item_dictionary_id = "4"

core.remove_item_dictionary_value( item_id, item_dictionary_id )