WAHA

Connect with Whatsapp HTTP API

Actions116

Overview

This node operation deletes a status message in a specified session. It is useful for managing and removing status updates or messages that are no longer needed or were posted by mistake. For example, a user can delete a status message by providing the session name and the status message ID.

Use Case Examples

  1. Deleting a status message from a chat session by specifying the session and the message ID.
  2. Removing a status update sent to specific contacts by including a contact list.

Properties

Name Meaning
Session The name of the session from which the status message will be deleted.
Id The unique identifier of the status message to be deleted.
Contacts Optional list of contacts to whom the status deletion request is sent.
Request Options Additional options for the request such as batching, SSL certificate validation, proxy settings, and timeout.

Output

JSON

  • success - Indicates whether the status deletion was successful.
  • message - Additional information or confirmation message about the deletion.

Dependencies

  • Requires an API key credential or authentication token to access the messaging service API.

Troubleshooting

  • Ensure the session name and status message ID are correct; incorrect values will cause the deletion to fail.
  • If the node throws SSL certificate errors, consider enabling the 'Ignore SSL Issues' option or verify the SSL certificate of the server.
  • Timeout errors may occur if the server is slow to respond; increase the timeout setting if needed.
  • Proxy settings must be correctly configured if a proxy is required for network access.

Discussion