ChatWoot icon

ChatWoot

Interact with ChatWoot API

Actions113

Overview

This node operation deletes a user from a specified account in the ChatWoot system. It is useful for managing account memberships by removing users who no longer need access or are no longer part of the team. For example, when an employee leaves a company, this operation can be used to revoke their access to the account.

Properties

Name Meaning
Account Id The numeric ID of the account from which the user will be deleted.
User Id The ID of the user to be removed from the account.

Output

The output JSON typically contains the response from the ChatWoot API confirming the deletion of the user from the account. This may include status information or confirmation messages. There is no binary data output for this operation.

Dependencies

  • Requires an API key credential for authenticating with the ChatWoot API.
  • The node uses the base URL provided in the credentials to send requests.
  • The operation depends on the ChatWoot REST API endpoint that handles user deletion within accounts.

Troubleshooting

  • Common issues:

    • Providing an invalid or non-existent Account Id or User Id will result in errors.
    • Insufficient permissions or invalid API credentials can cause authorization failures.
    • Network connectivity problems may prevent the request from reaching the ChatWoot API.
  • Error messages and resolutions:

    • "User not found" — Verify that the User Id exists in the specified account.
    • "Account not found" — Check that the Account Id is correct.
    • "Unauthorized" or "Authentication failed" — Ensure the API key credential is valid and has necessary permissions.
    • "Request failed" — Confirm network connectivity and API availability.

Links and References

Discussion