WAHA

Connect with Whatsapp HTTP API

Actions116

Overview

This node operation allows a user to leave a specified group in a messaging or social platform. It is useful in scenarios where automated workflows need to manage group memberships, such as removing a user from a group when certain conditions are met or cleaning up group memberships in bulk.

Use Case Examples

  1. Automatically leave a group when a project is completed.
  2. Remove a user from a group after a certain event or trigger.

Properties

Name Meaning
Session The session name used to identify the user session for the operation.
Id The unique identifier of the group to leave.
Request Options Additional options to control the request behavior, such as batching, SSL certificate validation, proxy settings, and timeout duration.

Output

JSON

  • success - Indicates whether the operation to leave the group was successful.
  • message - Additional information or status message about the leave group operation.

Dependencies

  • Requires an active session identified by the session name to authenticate the user.

Troubleshooting

  • If the group ID is invalid or the user is not a member of the group, the operation may fail with an error message indicating the issue.
  • Network issues or incorrect proxy settings can cause request failures or timeouts.
  • If SSL certificate validation is enabled and the server's certificate is invalid, the request may be rejected unless the 'Ignore SSL Issues' option is enabled.

Discussion