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
- Webhooks Actions
- Teams Actions
- Custom Filters Actions
- Reports Actions
Overview
This node interacts with the ChatWoot API to delete an existing account by its numeric ID. It is useful in scenarios where you need to programmatically remove accounts from your ChatWoot instance, such as cleaning up unused or test accounts, or automating account lifecycle management.
For example, if you have a workflow that manages customer support accounts and want to automatically delete accounts that are no longer active, this node can be used to perform that deletion based on the account ID.
Properties
| Name | Meaning |
|---|---|
| Account Id | The numeric ID of the account to delete |
Output
The node outputs JSON data representing the response from the ChatWoot API after attempting to delete the specified account. This typically includes confirmation of deletion or error details if the operation failed.
No binary data output is expected from 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 depends on the ChatWoot REST API being accessible and the provided account ID being valid.
Troubleshooting
- Invalid Account Id: If the account ID does not exist or is incorrect, the API will return an error. Verify the account ID before running the node.
- Authentication Errors: Ensure the API key credential is correctly set up and has sufficient permissions to delete accounts.
- Network Issues: Confirm that the ChatWoot API endpoint is reachable from the n8n environment.
- Permission Denied: The authenticated user may lack rights to delete accounts; check API user permissions.
Links and References
- ChatWoot API Documentation (for detailed API endpoints and authentication)
- n8n Documentation (for general usage of API nodes and credentials)