App Logo
web.whatsapp.com

WhatsApp — Delete chat

Delete a WhatsApp chat by exact name — removes the whole conversation from your chat list and from all your devices, and confirms afterwards that it is really gone. This permanently deletes the conversation and cannot be undone, so the exact chat name should be confirmed with the user before running it rather than inferred or guessed. A group you are still a member of cannot be deleted until you leave it, and that case is reported as a clear error.

Input

name required

Exact chat/contact/group name to delete (from get_inbox).

Output

deleted required
recipient required
verified_on_page required

The chat list was re-checked after the deletion and the conversation is no longer present.

FAQ

Delete a WhatsApp chat by exact name — removes the whole conversation from your chat list and from all your devices, and confirms afterwards that it is really gone. This permanently deletes the conversation and cannot be undone, so the exact chat name should be confirmed with the user before running it rather than inferred or guessed. A group you are still a member of cannot be deleted until you leave it, and that case is reported as a clear error.
Required: name.
It returns deleted, recipient, verified_on_page.
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/delete_chat, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/web.whatsapp.com/delete_chat
It is part of Reduck's official curated catalogue.

Start building not clicking