monday-delete-item
Remove a specific item from a Monday.com board by providing its unique item ID. This tool facilitates efficient item management within the Monday.com MCP Server.
Instructions
Delete an item from a Monday.com board
Input Schema
Name | Required | Description | Default |
---|---|---|---|
itemId | Yes | Monday.com Item ID to delete. |
Input Schema (JSON Schema)
{
"properties": {
"itemId": {
"description": "Monday.com Item ID to delete.",
"type": "string"
}
},
"required": [
"itemId"
],
"type": "object"
}