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 user from the platform by specifying the user's numeric ID. It is useful in scenarios where you need to programmatically remove users, such as cleaning up inactive accounts, managing user access, or automating administrative tasks related to user management.
For example, if you have a list of user IDs that should no longer have access to your system, you can use this node to delete those users automatically without manual intervention.
Properties
| Name | Meaning |
|---|---|
| Id | The numeric ID of the user on the platform that you want to delete. This is a required field. |
Output
The output will contain JSON data representing the result of the delete operation. Typically, this might include confirmation of deletion or status information returned by the API. There is no indication that binary data is output by this node.
Dependencies
- Requires an API key credential for authenticating with the ChatWoot API.
- The node uses the base URL provided in the credentials to connect to the ChatWoot service.
- No additional external dependencies are indicated beyond the ChatWoot API and its authentication.
Troubleshooting
Common issues:
- Providing an invalid or non-existent user ID will likely result in an error response from the API.
- Missing or incorrect API credentials will prevent successful authentication.
- Network connectivity issues may cause request failures.
Error messages:
- Errors related to authorization typically mean the API key or token is missing or invalid; verify your credentials.
- "User not found" or similar errors indicate the specified user ID does not exist; double-check the ID.
- HTTP errors like 400 or 500 suggest issues with the request or server; review the input parameters and try again.
Links and References
- ChatWoot API Documentation (for detailed API endpoints and usage)
- n8n documentation on creating custom nodes