Delete Schematic Net Label
delete_schematic_net_labelRemove a specified net label from a KiCad schematic file. Provide the schematic path and net name, with an optional position to resolve multiple labels with the same name.
Instructions
Remove a net label from the schematic.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| netName | Yes | Name of the net label to remove | |
| position | No | Position to disambiguate if multiple labels with same name | |
| schematicPath | Yes | Path to the .kicad_sch file |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |