Delete a wire
tinkercad_delete_wireDelete a specific wire from a Tinkercad circuit using its ID to remove unwanted connections and improve circuit accuracy.
Instructions
Select a wire by id and delete it.
Args:
wire_id (string): Id from tinkercad_get_circuit
response_format
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wire_id | Yes | Wire id from tinkercad_get_circuit | |
| response_format | No | Output format: markdown for humans, json for machine processing | markdown |