remove_sheet_pin
Remove a specified pin from a hierarchical sheet block in a KiCad schematic to clean up unused connections.
Instructions
Remove a pin from a hierarchical sheet block.
Args:
sheet_uuid: UUID of the sheet
pin_name: Name of the pin to remove
schematic_path: Path to parent .kicad_sch. Optional; omit to use the configured default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pin_name | Yes | ||
| sheet_uuid | Yes | ||
| schematic_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |