Delete Map Entry
Command description
Deletes the entry for a specified key from a map.
Command Input Parameters
| input parameters | Input parameter type | Description |
|---|---|---|
| Map | dict | Map to modify |
| Key to Delete | any | Key to delete |
Command Output Parameters
None
AI Workflow Generation Notes
- The command modifies the map in place and has no output variable.