Skip to content

Remove Dictionary Key

Type: dict-remove  ·  Package: Collections Activities v1.0.0

Deletes the entry (key and its value) from a dictionary. If the key does not exist, it does nothing.

Removes from dict the entry whose key is key.

ParameterEditorDescription
dictexpressionThe dictionary.
keyexpressionThe key to delete.
Remove Dictionary Key dict = = config key = "temporal"