remove_sheet_pin
Remove a pin from a hierarchical sheet block in a KiCad schematic, specifying sheet UUID and pin name.
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
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sheet_uuid | Yes | ||
| pin_name | Yes | ||
| schematic_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |