Skip to main content

Remove from dictionary

Overview


Remove a key-value pair from a dictionary based on the key.

Input

Remove Item

NameRequiredDescription
DictionarySelect the dictionary variable you want to remove the key-value pair from.
KeyThe key for the key-value pair you want to remove.

Output

NameRequiredDescription
Action SuccessTrue if the action passed, false if it failed.