Actions126
- Item Actions
- Create or Update Item
- List Items in a Board
- Search Items by Filter
- Upload files to column
- Update Column Values of an Item
- Duplicate an Item
- List Items in a Group
- Get Item Activity Logs
- Create an Item
- Delete an Item
- List Item Subscribers
- Get an Item
- Create an Item
- Update Column Values of an Item
- Delete an Item
- Duplicate an Item
- List Items in a Group
- List Item Subscribers
- Get Item Activity Logs
- Get an Item
- Create an Item
- Create or Update Item
- Delete an Item
- List Items in a Board
- Search Items by Filter
- List Item Subscribers
- Upload files to column
- Get an Item
- Update Column Values of an Item
- Create or Update Item
- Duplicate an Item
- List Items in a Board
- List Items in a Group
- Search Items by Filter
- Get Item Activity Logs
- Upload files to column
- Board Actions
- Create a Board
- Duplicate a Group
- List Board Subscribers
- Remove Board Subscribers
- List Boards
- Get a Group
- List Activity Logs
- Remove Board Subscribers
- List Boards
- Create a Board
- List Activity Logs
- Add Board Subscribers
- List Boards
- List Board's Groups
- Create a Group
- Get a Board
- Get a Group
- Duplicate a Board
- List Activity Logs
- Add Board Subscribers
- List Board's Groups
- Create a Board
- Create a Group
- Get a Board
- Duplicate a Group
- Duplicate a Board
- List Board Subscribers
- Add Board Subscribers
- List Board's Groups
- Create a Group
- Get a Board
- Get a Group
- Duplicate a Group
- Duplicate a Board
- List Board Subscribers
- Remove Board Subscribers
- Update Actions
- Team Actions
- Download File Actions
- User Actions
- Query Actions
- Notification Actions
Overview
This node interacts with Monday.com boards and items, specifically supporting operations on items such as deleting an item. It allows users to delete an item from a Monday.com board by specifying the item's ID. This is useful for automating the removal of tasks or entries in project management workflows.
Use Case Examples
- Deleting a task from a project board when it is completed or no longer needed.
- Removing outdated or incorrect items from a Monday.com board automatically based on certain triggers.
Properties
| Name | Meaning |
|---|---|
| Item ID | The unique identifier of the item to be deleted from the Monday.com board. This is a required string input. |
Output
JSON
id- The ID of the deleted item returned by the API.
Dependencies
- Monday.com API key credential for authentication
Troubleshooting
- Ensure the Item ID is correctly specified and exists on the board; otherwise, the deletion will fail.
- Verify that the API key credential is valid and has sufficient permissions to delete items on the Monday.com board.
- Common error messages include 'Item ID is required' if the item ID is missing, or API errors if the item does not exist or the user lacks permissions. Check the error details for guidance.
Links
- Monday.com API - delete_item Mutation - Official documentation for the delete_item mutation used to delete an item from a board.