Skip to content

Remove Key (By Ref) Node

Utils/Map/By Reference

Remove Key (By Ref)

Remove a key directly from a variable map without copying. Much faster for large maps.

map_remove_refstd
Inputs3
Outputs3
Security exposure10/10
Packagestd

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

No score metadata has been set for this node yet.

Input Pins

3

In

Execution
exec_in

Variable Reference

String
var_ref

Reference to the map variable to modify

Key

String
key

Key to remove

Output Pins

3

Out

Execution
exec_out

Value

Generic
value

The removed value (null if key not found)

Was Present

Boolean
was_present

Was the key in the map?

Node Info

Internal name
map_remove_ref
Category
Utils/Map/By Reference