delete_drawing
Remove an existing Excalidraw drawing by specifying its unique identifier to manage your diagram collection and free up storage space.
Instructions
Delete an Excalidraw drawing by ID
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| id | Yes | 
Input Schema (JSON Schema)
{
  "properties": {
    "id": {
      "minLength": 1,
      "type": "string"
    }
  },
  "required": [
    "id"
  ],
  "type": "object"
}