Actions115
- Teams Actions
- Account Users Actions
- Custom Attributes Actions
- Contacts Actions
- Conversation Labels Actions
- Reports Actions
- Accounts Actions
- Contact Actions
- Agent Bots Actions
- Users Actions
- Inbox API Actions
- Contacts API Actions
- Conversations API Actions
- Messages API Actions
- CSAT Survey Page Actions
- Account Agent Bots Actions
- Agents Actions
- Canned Responses Actions
- Canned Response Actions
- Messages Actions
- Automation Rule Actions
- Help Center Actions
- Conversations Actions
- Conversation Assignment Actions
- Inboxes Actions
- Integrations Actions
- Profile Actions
- Custom Filters Actions
- Webhooks Actions
Overview
This node operation deletes a user from the platform by specifying the user's numeric ID. It is useful in scenarios where user management automation is required, such as removing inactive or unauthorized users from a system automatically.
Use Case Examples
- Automatically delete users who have not logged in for a certain period.
- Remove users flagged for deletion in a CRM or user management system.
Properties
| Name | Meaning |
|---|---|
| Id | The numeric ID of the user on the platform to be deleted. |
| Request Options | Additional options to customize the request such as batching, SSL certificate validation, proxy settings, and timeout duration. |
Output
JSON
success- Indicates whether the user deletion was successful.message- Additional information or confirmation message about the deletion operation.
Dependencies
- Requires an API key credential for authentication to the Konverte Digital API.
Troubleshooting
- Ensure the user ID provided is valid and exists on the platform to avoid errors.
- If SSL certificate validation fails, consider enabling the option to ignore SSL issues, but be aware of security risks.
- Check proxy settings if requests are not going through a network proxy.
- Timeout errors may occur if the server is slow to respond; increase the timeout setting if needed.
Links
- Konverte Digital API - Delete User - Official API documentation for deleting a user on the Konverte Digital platform.