Delete key from map
This will delete the given key in the given map variable.
note
You can delete the key of an inner map by using '.' to separate the map(s). For example, to delete the key 'id' in the map 'Player' inside the parent map 'Data' you would set the Map name to 'Data.Player' and the Key to 'id'.
Parameters
- Map name (text)
- Key (text)
Output
The removed key's value