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 allows you to delete an existing Agent Bot in the ChatWoot platform by specifying its unique identifier. It is useful for managing and maintaining your chatbot agents, especially when you need to remove outdated or unnecessary bots from your system.
Practical examples include:
- Removing a test or deprecated agent bot that is no longer needed.
- Cleaning up your chatbot environment by deleting inactive or redundant bots.
Properties
| Name | Meaning |
|---|---|
| Id | The unique numeric identifier of the agent bot to be deleted. This property is required to specify which agent bot should be removed. |
Output
The output will typically contain JSON data confirming the deletion status of the specified agent bot. This may include success confirmation or details about the deleted entity. The node does not output binary data.
Dependencies
- Requires an API key credential for authenticating with the ChatWoot API.
- The node uses the ChatWoot API base URL provided in the credentials configuration.
- No additional external dependencies are required beyond the ChatWoot API access.
Troubleshooting
- Common issues:
- Providing an invalid or non-existent agent bot ID will result in an error indicating that the resource could not be found.
- Missing or incorrect API authentication credentials will cause authorization errors.
- Error messages:
- "Agent bot not found": Verify that the ID is correct and that the agent bot exists.
- "Unauthorized" or "Authentication failed": Check that the API key credential is correctly configured and has sufficient permissions.
- To resolve these issues, ensure the ID is valid, and the API credentials are properly set up in n8n.
Links and References
- ChatWoot API Documentation (for detailed API endpoints and usage)
- n8n Documentation (for general guidance on using credentials and nodes)