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.
Team Id The numeric ID of the team that you want to delete from the specified account.

Output

The output will typically contain JSON data confirming the deletion status of the team. This may include success confirmation or details about the deleted team. No binary data output is expected for this operation.

Dependencies

  • Requires an API key credential for authenticating with the ChatWoot API.
  • The node uses the ChatWoot API base URL configured in the credentials.
  • Proper permissions on the API key to delete teams are necessary.

Troubleshooting

  • Common issues:

    • Providing incorrect or non-existent Account Id or Team Id will result in errors.
    • Insufficient permissions on the API key may cause authorization failures.
    • Network connectivity issues can prevent successful API calls.
  • Common error messages:

    • "Team not found" — Verify that the Team Id and Account Id are correct.
    • "Unauthorized" or "Forbidden" — Check that the API key has the required permissions.
    • "Request failed" — Ensure network connectivity and that the ChatWoot API endpoint is reachable.

Links and References

Discussion