delete_component
Remove a specific component by ID from Sketchup models using this tool, enabling precise control over 3D modeling workflows and scene manipulation.
Instructions
Delete a component by ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"title": "Id",
"type": "string"
}
},
"required": [
"id"
],
"title": "delete_componentArguments",
"type": "object"
}