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

Input
Remove Item
| Name | Required | Description |
|---|---|---|
| Dictionary | Select the dictionary variable you want to remove the key-value pair from. | |
| Key | The key for the key-value pair you want to remove. |
Output
| Name | Required | Description |
|---|---|---|
| Action Success | True if the action passed, false if it failed. |