remove_hierarchical_label
Remove a hierarchical label from a KiCad schematic by matching its text or UUID, with optional disambiguation for duplicate names.
Instructions
Remove a hierarchical label by name or UUID.
Args:
text: Label text to match
schematic_path: Path to .kicad_sch file
uuid: Optional UUID for disambiguation when multiple labels share a name
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| schematic_path | No | ||
| uuid | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |