Miro MCP

by k-jarzyna

delete-card-item

Remove a specific card from a Miro board by providing the board ID and card ID. This tool ensures targeted deletion of items to maintain board organization.

Instructions

Delete a specific card item from a Miro board

Input Schema

NameRequiredDescriptionDefault
boardIdYesUnique identifier (ID) of the board that contains the card
itemIdYesUnique identifier (ID) of the card 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 card", "type": "string" }, "itemId": { "description": "Unique identifier (ID) of the card 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