Remove Schematic Component Property
remove_schematic_component_propertyRemove a custom property from a schematic component in a KiCad schematic file, leaving built-in fields intact. Specify schematic path, reference designator, and property name.
Instructions
Remove a single custom property from a placed schematic symbol.
Built-in fields (Reference, Value, Footprint, Datasheet) cannot be removed — KiCad requires them on every symbol. To clear a built-in field, use edit_schematic_component and set its value to an empty string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Custom property name to remove (e.g. 'MPN', 'Distributor_PN', 'OldField') | |
| reference | Yes | Reference designator of the component (e.g. R1, U3) | |
| schematicPath | Yes | Path to the .kicad_sch file |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |