Actions116
- 💬 Chats Actions
- 👤 Contacts Actions
- 👥 Groups Actions
- Get Info Admin Only
- Set Messages Admin Only
- Get Messages Admin Only
- Get Invite Code
- Revoke Invite Code
- Get Participants
- Add Participants
- Remove Participants
- Promote To Admin
- Demote To Admin
- Create Group
- Get Groups
- Join Info Group
- Join Group
- Refresh Groups
- Get Group
- Delete Group
- Leave Group
- Get Chat Picture
- Set Picture
- Delete Picture
- Set Description
- Set Subject
- Set Info Admin Only
- 🖥️ Sessions Actions
- 🆔 Profile Actions
- 🖼️ Screenshot Actions
- 📤 Chatting Actions
- 📢 Channels Actions
- 🟢 Status Actions
- ✅ Presence Actions
- 🏷️ Labels Actions
- 🔍 Observability Actions
- 🔑 Auth Actions
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
- Deleting a WhatsApp group by providing its group ID and session name.
- 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.