Actions116
- š¬ Chats Actions
- š¤ Contacts Actions
- š„ļø Sessions Actions
- š Profile Actions
- š¼ļø Screenshot Actions
- š¤ Chatting Actions
- š¢ Channels Actions
- š¢ Status Actions
- š„ Groups Actions
- Add Participants
- 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
- Get Info Admin Only
- Set Messages Admin Only
- Get Messages Admin Only
- Get Invite Code
- Revoke Invite Code
- Get Participants
- Remove Participants
- Promote To Admin
- ā 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.