App Logo
web.whatsapp.com

WhatsApp — Leave group

Leave (exit) a WhatsApp group by exact name, then confirm you are really out. With alsoDelete:true the conversation is also removed from your chat list; left off, the chat stays with its history. Only admins are notified when you leave. If you are already no longer a member of that group, it reports that instead of touching the conversation. Leaving removes you from the group and cannot be undone from here, so the group name is worth confirming with the user rather than guessed.

Input

name required

Exact group name

alsoDelete optional

Also delete the chat from your list (default false = keep the chat with its history)

Output

left required

You are no longer a member of the group

group required

The group name, as read from the chat that was opened

chatDeleted optional

The chat was also removed from your list (only when alsoDelete was requested)

FAQ

Leave (exit) a WhatsApp group by exact name, then confirm you are really out. With alsoDelete:true the conversation is also removed from your chat list; left off, the chat stays with its history. Only admins are notified when you leave. If you are already no longer a member of that group, it reports that instead of touching the conversation. Leaving removes you from the group and cannot be undone from here, so the group name is worth confirming with the user rather than guessed.
Required: name. Optional: alsoDelete.
It returns left, group, chatDeleted.
Yes. It acts as you on web.whatsapp.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the web.whatsapp.com cookies saved by the Reduck extension.
It makes changes on web.whatsapp.com, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/web.whatsapp.com/leave_group, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/web.whatsapp.com/leave_group
It is part of Reduck's official curated catalogue.

Start building not clicking