ChatWoot icon

ChatWoot

Interact with ChatWoot API

Actions113

Overview

This node operation deletes a specific team within an account in the ChatWoot system. It is useful when you want to remove teams that are no longer needed or relevant, helping to keep your workspace organized and up-to-date. For example, if a project team has disbanded or merged with another, this operation can be used to clean up the team list by deleting the obsolete team.

Properties

Name Meaning
Account Id The numeric ID of the account where the team exists. This identifies the parent account.
Team Id The numeric ID of the team to be deleted.

Output

The output will typically contain JSON data confirming the deletion status of the specified team. This may include success confirmation or details about the deleted team. There is no indication that binary data is returned by this operation.

Dependencies

  • Requires an API key credential for authenticating with the ChatWoot API.
  • The node expects the base URL of the ChatWoot instance to be configured in the credentials.
  • Network access to the ChatWoot API endpoint is necessary.

Troubleshooting

  • Common issues:

    • Providing incorrect or non-existent Account Id or Team Id will result in errors indicating the resource was not found.
    • Missing or invalid API authentication token will cause authorization failures.
    • Network connectivity problems can prevent the request from completing.
  • Error messages and resolutions:

    • "Unauthorized" or "Authentication failed": Check that the API key credential is correctly set and valid.
    • "Team not found": Verify that the Team Id and Account Id are correct and that the team exists.
    • "Network error": Ensure that the ChatWoot server URL is reachable and there are no firewall restrictions.

Links and References

Discussion