delete_map
Deletes a map and its data file, reparenting direct children to the parent so the sub-tree remains intact. Updates MapInfos.json without touching System.json.
Instructions
Delete a map: remove its entry from the map tree (MapInfos.json) and delete its data/MapNNN.json file. The deleted map's direct children are reparented onto its parent (not deleted), so removing one node doesn't wipe a whole sub-tree. Does not touch System.json.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mapId | Yes | The ID of the map to delete | |
| dryRun | No | Preview only: return a diff of what would change without writing to disk. |