Worktables icon

Worktables

Interact with Monday.com boards and items

Actions126

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

  1. Deleting a team by specifying its Team ID to keep the workspace organized.
  2. 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

Discussion