Miro MCP

by k-jarzyna

delete-board

Remove a Miro board permanently by its ID using this tool. Deleted boards are moved to Trash (on paid plans) and can be restored within 90 days via the Miro UI.

Instructions

Delete a Miro board by its ID. Deleted boards go to Trash (on paid plans) and can be restored via UI within 90 days after deletion.

Input Schema

NameRequiredDescriptionDefault
boardIdYesUnique identifier (ID) of the board 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 you want to delete", "type": "string" } }, "required": [ "boardId" ], "type": "object" }

You must be authenticated.

Other Tools from Miro MCP

Related Tools

ID: kagg0s1404