Actions113
- Account Agent Bots Actions
- Agents Actions
- Canned Responses Actions
- Canned Response Actions
- Custom Attributes Actions
- Contacts Actions
- Contact Actions
- Automation Rule Actions
- Help Center Actions
- Conversations Actions
- Conversation Assignment Actions
- Conversation Labels Actions
- Inboxes Actions
- Messages Actions
- Integrations Actions
- Teams Actions
- Custom Filters Actions
- Webhooks Actions
- Reports Actions
- Accounts Actions
- Account Users Actions
- Agent Bots Actions
- Users Actions
- Inbox API Actions
- Contacts API Actions
- Conversations API Actions
- Messages API Actions
- CSAT Survey Page Actions
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
- ChatWoot API Documentation (for detailed API endpoints and parameters)
- n8n documentation on creating custom nodes