Skip to main content
Glama

Revit MCP

by revit-mcp

delete_element

Remove one or more elements from a Revit model using their element IDs, enabling precise and automated element deletion through the Revit MCP server.

Instructions

Delete one or more elements from the Revit model by their element IDs.

Input Schema

NameRequiredDescriptionDefault
elementIdsYesThe IDs of the elements to delete

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "elementIds": { "description": "The IDs of the elements to delete", "items": { "type": "string" }, "type": "array" } }, "required": [ "elementIds" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/revit-mcp/revit-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server