Actions113
- 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
- Contacts API Actions
- Inbox API Actions
- Conversations API Actions
- Messages API Actions
- CSAT Survey Page Actions
- Account Agent Bots Actions
- Agents Actions
- Canned Responses Actions
- Custom Attributes Actions
- Canned Response 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 user lifecycle management.
For example, if you have a list of user IDs that should no longer have access, you can use this node to delete each user automatically without manual intervention.
Properties
| Name | Meaning |
|---|---|
| Id | The numeric ID of the user on the platform to be deleted. This is a required field. |
Output
The output will contain a JSON object representing the result of the delete operation. Typically, this might include confirmation of deletion or details about the deleted user. The exact structure depends on the API response but generally confirms success or failure.
No binary data output is expected from this operation.
Dependencies
- Requires an API key credential for authenticating with the platform's API.
- The node uses the platform's base URL and authentication token configured in the credentials.
- No additional external dependencies are needed beyond the API access.
Troubleshooting
Common issues:
- Providing an invalid or non-existent user ID will likely result in an error indicating the user was not found.
- Missing or incorrect API credentials will cause authentication failures.
- Network connectivity issues may prevent the node from reaching the API endpoint.
Error messages and resolutions:
- "User not found": Verify the user ID exists and is correct.
- "Authentication failed": Check that the API key or token is valid and properly configured.
- Timeout or network errors: Ensure stable internet connection and that the API endpoint is reachable.
Links and References
- Refer to the platform’s official API documentation for detailed information on the user deletion endpoint.
- Consult n8n documentation on how to configure API credentials securely.