delete_multiple_json_values
Remove a specified value from multiple JSON files simultaneously using dot notation paths. This tool helps clean up redundant or outdated data across configuration files efficiently.
Instructions
Delete a value at a specified path from multiple JSON files using dot notation. Returns a map of file paths to deletion results.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePaths | Yes | Array of paths to JSON files | |
| path | Yes | Dot notation path to the value to delete (e.g., "common.welcome") |