delete_element
Remove a specific element from an Excalidraw diagram by its unique ID using the structured API of the Excalidraw MCP Server.
Instructions
Delete an Excalidraw element
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}