WAHA

Connect with Whatsapp HTTP API

Actions116

Overview

This node operation deletes the picture of a specified group in a messaging platform. It is useful for managing group media content by removing outdated or unwanted group pictures. For example, an admin can automate the removal of group pictures when a group is archived or rebranded.

Use Case Examples

  1. Deleting a group picture by providing the group ID and session name to automate group media management.
  2. Removing a group's picture as part of a workflow that updates group settings.

Properties

Name Meaning
Session The session name used to authenticate and identify the user session for the operation.
Id The unique identifier of the group whose picture is to be deleted.
Request Options Additional request settings such as batching, SSL certificate handling, proxy configuration, and timeout settings to customize the HTTP request behavior.

Output

JSON

  • success - Indicates whether the group picture was successfully deleted.
  • message - Additional information or status message about the deletion operation.

Dependencies

  • Requires an authenticated session to the messaging platform, typically via a session name or token.

Troubleshooting

  • Ensure the session name is valid and active; invalid sessions will cause authentication failures.
  • Verify the group ID is correct and the user has permission to delete the group picture.
  • Check network settings if using a proxy or if SSL certificate validation is disabled; misconfiguration can cause request failures.
  • Timeout errors may occur if the server is slow or unresponsive; increase the timeout setting if needed.

Discussion