remove_item_dictionary_value() Remove value with specific key from specific dictionary item Call Example Edit core.remove_item_dictionary_value() 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 )