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 deletes a specified session in a system that manages sessions. It is useful for scenarios where you need to programmatically terminate or clean up sessions, such as logging out users, ending temporary sessions, or managing session lifecycle in automation workflows.
Use Case Examples
- Deleting a user session after logout to ensure security.
- Removing expired or inactive sessions to free up resources.
Properties
| Name | Meaning |
|---|---|
| Session | The name of the session to be deleted. This is a required string input that identifies which session to delete. |
| Request Options | Optional settings to customize the HTTP request behavior, including batching, SSL certificate validation, proxy settings, and request timeout. |
Output
JSON
success- Indicates whether the session deletion was successful.message- Additional information or status message about the deletion operation.
Dependencies
- Requires an API key or authentication token to authorize session deletion requests.
Troubleshooting
- If the session name is incorrect or does not exist, the node may return an error indicating the session could not be found.
- Network issues or incorrect proxy settings can cause request failures or timeouts.
- SSL certificate validation errors can occur if the server uses a self-signed or invalid certificate; enabling 'Ignore SSL Issues' can bypass this but reduces security.