WAHA

Connect with Whatsapp HTTP API

Actions116

Overview

This node operation deletes a specified group in a WhatsApp automation workflow. It is useful for managing group memberships by removing groups that are no longer needed or relevant. For example, an automation could delete a group after an event ends or when a group is no longer active.

Use Case Examples

  1. Deleting a WhatsApp group by providing its group ID and session name.
  2. Automating group cleanup in a customer support workflow by removing inactive groups.

Properties

Name Meaning
Session The session name used to authenticate and identify the WhatsApp session for the operation.
Id The unique identifier of the group to be deleted.
Request Options Additional options to customize the request such as batching, SSL certificate validation, proxy settings, and timeout duration.

Output

JSON

  • success - Indicates whether the group deletion was successful.
  • message - Additional information or error message related to the deletion operation.

Dependencies

  • Requires an authenticated WhatsApp session identified by the session name.

Troubleshooting

  • Ensure the session name is correct and the session is active to avoid authentication errors.
  • Verify the group ID is valid and the group exists; otherwise, the deletion will fail.
  • If using a proxy or ignoring SSL issues, confirm the settings are correct to prevent connection errors.
  • Timeout errors may occur if the server is slow or unresponsive; increase the timeout setting if needed.

Discussion