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 the Monday.com API to manage teams within the Worktables resource. Specifically, the 'Delete a Team' operation allows users to delete a specific team by providing its Team ID. This is useful for automating team management tasks such as removing obsolete or inactive teams from Monday.com.
Use Case Examples
- Deleting a team by specifying its Team ID to keep the workspace organized.
- Automating cleanup of teams that are no longer needed in a project management workflow.
Properties
| Name | Meaning |
|---|---|
| Team ID | The unique identifier of the team to be deleted. |
Output
JSON
id- The ID of the deleted team returned by the API.
Dependencies
- Monday.com API key credential required for authentication.
Troubleshooting
- Ensure the Team ID is valid and exists in the Monday.com account.
- Verify that the API key credential is correctly configured and has permissions to delete teams.
- Common error messages include 'API Key not found' if the credential is missing, or errors returned by the Monday.com API if the team ID is invalid or deletion is not permitted.
Links
- Monday.com API Documentation - Official documentation for Monday.com API, including team management endpoints.