Actions113
- 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
- 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
Overview
This node allows you to delete a team within an account on the ChatWoot platform. It is useful for managing teams by removing those that are no longer needed or relevant. For example, if a project team has been disbanded or merged, this operation helps keep your workspace organized by deleting the associated 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. |
Output
The output will contain JSON data reflecting the result of the delete operation. Typically, this includes confirmation of deletion 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 base URL for the ChatWoot instance must be configured in the node credentials.
- The node uses standard HTTP headers for JSON content type and accepts JSON responses.
Troubleshooting
- Common issues:
- Providing incorrect or non-existent Account Id or Team Id will likely cause the operation to fail.
- Missing or invalid API authentication token will prevent successful communication with the ChatWoot API.
- Error messages:
- Authorization errors indicate problems with the API key or credentials; verify and update them as needed.
- Not found errors suggest the specified team or account does not exist; double-check the IDs.
- Network or timeout errors may require checking connectivity or API availability.
Links and References
- ChatWoot API Documentation (for detailed API endpoints and parameters)