monday-archive-item
Archive specific items from Monday.com boards using the item ID to maintain organized and clutter-free workspaces. Simplify board management with this focused action.
Instructions
Archive an item from a Monday.com board
Input Schema
Name | Required | Description | Default |
---|---|---|---|
itemId | Yes | Monday.com Item ID to archive. |
Input Schema (JSON Schema)
{
"properties": {
"itemId": {
"description": "Monday.com Item ID to archive.",
"type": "string"
}
},
"required": [
"itemId"
],
"type": "object"
}