Type: nodetool.dictionary.Remove
Namespace: nodetool.dictionary
Description
Removes a key-value pair from a dictionary. dictionary, remove, delete
Use cases:
- Delete a specific configuration option
- Remove sensitive information before processing
- Clean up temporary entries in a data structure
Properties
| Property | Type | Description | Default |
|---|---|---|---|
| dictionary | Dict[str, any] |
{} |
|
| key | str |
`` |
Outputs
| Output | Type | Description |
|---|---|---|
| output | Dict[str, any] |
Metadata
Related Nodes
Browse other nodes in the nodetool.dictionary namespace.