Miro MCP

by k-jarzyna

delete-shape-item

Remove a specific shape from a Miro board by providing the board ID and shape ID. Streamline board cleanup and management using this targeted deletion tool.

Instructions

Delete a specific shape item from a Miro board

Input Schema

NameRequiredDescriptionDefault
boardIdYesUnique identifier (ID) of the board that contains the shape
itemIdYesUnique identifier (ID) of the shape that you want to delete

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "boardId": { "description": "Unique identifier (ID) of the board that contains the shape", "type": "string" }, "itemId": { "description": "Unique identifier (ID) of the shape that you want to delete", "type": "string" } }, "required": [ "boardId", "itemId" ], "type": "object" }

You must be authenticated.

Other Tools from Miro MCP

Related Tools

ID: kagg0s1404