|  Developer
Updated on January 3, 2023

hub.item.dictionary.value.remove

Connection type:

Permissions:

  • Remove element from the dictionary
    Only applicable for items with value type dictionary
    ‘removeItemDictionaryValue’ script from plugin config will be called in lua

 

Edit
Field Type Description
_id string Item object id
key string Valid element key
source object Optional. Contains information about the operation source.
Edit
Edit
Broadcast Description
hub.item.dictionary.updated Informs about item dictionary changed
Edit
Edit
				
					{
    "method": "hub.item.dictionary.value.remove",
    "id": "<request_id>",
    "params": {
        "_id" : "5cf0dc8c7f000068d223e88a",
        "key" : "some_key"
    }
}				
			
Edit
				
					{
    "api": "1.0",
    "error": null,
    "id": "_ID_",
    "result": {}
}