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 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
- Deleting a status message from a chat session by specifying the session and the message ID.
- 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.