Miro MCP

by k-jarzyna

delete-frame-item

Remove a specific frame from a Miro board by specifying the board ID and frame ID. Simplify board management and keep your workspace organized.

Instructions

Delete a frame from a Miro board

Input Schema

NameRequiredDescriptionDefault
boardIdYesUnique identifier (ID) of the board from which you want to delete the frame
itemIdYesUnique identifier (ID) of the frame 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 from which you want to delete the frame", "type": "string" }, "itemId": { "description": "Unique identifier (ID) of the frame 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